diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,9 +79,11 @@ LDFLAGS = -Map ../../$(MAP) LIB := $(LIBPATH) -lc -lgcc ifneq ($(MODERN),0) +ifneq ($(DEVKITARM),) ifeq ($(TOOLCHAIN),$(DEVKITARM)) LIB += -lsysbase -lc endif +endif LIB += -lnosys endif |