Changeset c2c4127 in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2018-07-11T16:55:23Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2eadda9
Parents:
2d56e2e
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-10 19:09:09)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 16:55:23)
Message:

Do not set STARTUP() in the linker script. Add the file to build script instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r2d56e2e rc2c4127  
    3939
    4040PRE_DEPEND =
    41 EXTRA_OUTPUT = $(LINKER_SCRIPTS)
     41EXTRA_OUTPUT = $(LINKER_SCRIPTS) $(START_FILES)
    4242EXTRA_CLEAN = $(LINKER_SCRIPTS)
    4343EXTRA_TEST_CFLAGS = -Wno-deprecated-declarations
Note: See TracChangeset for help on using the changeset viewer.