Changeset 2eadda9 in mainline for uspace/lib/posix/Makefile


Ignore:
Timestamp:
2018-07-11T17:45:30Z (7 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:
99d3123
Parents:
c2c4127
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 17:08:12)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 17:45:30)
Message:

Remove undefined references to main program from shared libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    rc2c4127 r2eadda9  
    3737SPECS = gcc.specs
    3838LIBC_LINKER_SCRIPT = $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld
    39 LIBC_STARTUP_FILE = $(START_FILES)
    4039EXPORT_LINKER_SCRIPT = link.ld
    41 EXPORT_STARTUP_FILE = crt0.o
    4240
    4341EXPORT_FILES = \
     
    4745        $(LIBSOFTINT_PREFIX)/libsoftint.a \
    4846        $(LIBC_PREFIX)/libc.a \
     47        $(LIBC_PREFIX)/crt0.o \
     48        $(LIBC_PREFIX)/crt1.o \
    4949        $(LIBRARY).a \
    50         $(EXPORT_STARTUP_FILE) \
    5150        $(EXPORT_LINKER_SCRIPT) \
    5251        $(SPECS)
     
    9594        -L$$(HELENOS_EXPORT_ROOT)/lib \
    9695        -T link.ld \
    97         $(EXPORT_STARTUP_FILE)
     96        $$(HELENOS_EXPORT_ROOT)/lib/crt0.o \
     97        $$(HELENOS_EXPORT_ROOT)/lib/crt1.o
    9898
    9999EXPORT_LDLIBS = \
Note: See TracChangeset for help on using the changeset viewer.