From 359cc391af9447251874c1af8ddcc521ad26d573 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 2 Jan 2012 16:59:33 +0000 Subject: Add -N to LDFLAGS for AmigaOS native and cross compilation svn path=/trunk/tools/buildsystem/; revision=13368 --- makefiles/Makefile.tools | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3