summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefiles/Makefile.tools5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 181e813..974fc4b 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -268,10 +268,13 @@ ifeq ($(findstring amiga,$(TARGET)),amiga)
# TODO: this assumes GCC
CFLAGS := $(CFLAGS) -U__STRICT_ANSI__ -I$(GCCSDK_INSTALL_ENV)/include
CXXFLAGS := $(CXXFLAGS) -U__STRICT_ANSI__ -I$(GCCSDK_INSTALL_ENV)/include
- LDFLAGS := $(LDFLAGS) -N -L$(GCCSDK_INSTALL_ENV)/lib
+ LDFLAGS := $(LDFLAGS) -L$(GCCSDK_INSTALL_ENV)/lib
PREFIX ?= $(GCCSDK_INSTALL_ENV)
endif
+
+ # TODO: this assumes GCC
+ LDFLAGS := $(LDFLAGS) -N
endif
# Default prefix