Skip to content
Snippets Groups Projects
Commit 30f6f003 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

newlib: No need to link with -lnosys

parent 3cce9e7b
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,7 @@ ifeq (1,$(USE_NEWLIB_NANO)) ...@@ -17,11 +17,7 @@ ifeq (1,$(USE_NEWLIB_NANO))
export LINKFLAGS += -specs=nano.specs export LINKFLAGS += -specs=nano.specs
endif endif
ifeq ($(TARGET_ARCH),mips-mti-elf) export LINKFLAGS += -lc
export LINKFLAGS += -lc
else
export LINKFLAGS += -lc -lnosys
endif
# Search for Newlib include directories # Search for Newlib include directories
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment