diff --git a/Makefile b/Makefile index 7d3eab1f81..183dd32408 100644 --- a/Makefile +++ b/Makefile @@ -367,6 +367,8 @@ ASFLAGS = $(ARCH_FLAGS) \ # XXX Map/crossref output? LDFLAGS = -lm \ -nostartfiles \ + --specs=nano.specs \ + -lnosys \ $(ARCH_FLAGS) \ $(LTO_FLAGS) \ $(DEBUG_FLAGS) \