Changeset 954c024 in mainline for uspace/lib/posix/Makefile


Ignore:
Timestamp:
2018-09-05T21:40:34Z (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:
f8048d1
Parents:
79b39d0
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 15:27:05)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 21:40:34)
Message:

Get rid of libsoftint and libsoftfloat in favor of using upstream libgcc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r79b39d0 r954c024  
    4040        ../math/libmath.a \
    4141        ../clui/libclui.a \
    42         $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a \
    43         $(LIBSOFTINT_PREFIX)/libsoftint.a \
    4442        $(LIBC_PREFIX)/libc.a \
    4543        $(LIBC_PREFIX)/crt0.o \
     
    9391
    9492EXPORT_LDLIBS = \
    95         -Wl,--start-group -lposix -lmath -lc -lsoftfloat -lsoftint -Wl,--end-group
     93        -Wl,--start-group -lposix -lmath -lc -lgcc -Wl,--end-group
    9694
    9795EXPORT_CFLAGS = \
Note: See TracChangeset for help on using the changeset viewer.