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:
parent
3cce9e7bd2
commit
30f6f0033f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user