From 35b43ecb72a1486d3925edc655ea718efbd96c75 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 24 Dec 2011 13:55:07 +0000 Subject: Add -N to amiga LDFLAGS svn path=/trunk/tools/buildsystem/; revision=13345 --- makefiles/Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles/Makefile.tools') diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools index c27b55c..181e813 100644 --- a/makefiles/Makefile.tools +++ b/makefiles/Makefile.tools @@ -268,7 +268,7 @@ 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) -L$(GCCSDK_INSTALL_ENV)/lib + LDFLAGS := $(LDFLAGS) -N -L$(GCCSDK_INSTALL_ENV)/lib PREFIX ?= $(GCCSDK_INSTALL_ENV) endif -- cgit v1.2.3