1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

newlib: No need to link with -lnosys

This commit is contained in:
Joakim Nohlgård 2017-09-20 12:13:29 +02:00
parent 3cce9e7bd2
commit 30f6f0033f

View File

@ -17,11 +17,7 @@ ifeq (1,$(USE_NEWLIB_NANO))
export LINKFLAGS += -specs=nano.specs
endif
ifeq ($(TARGET_ARCH),mips-mti-elf)
export LINKFLAGS += -lc
else
export LINKFLAGS += -lc -lnosys
endif
export LINKFLAGS += -lc
# Search for Newlib include directories