aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-03-05 17:51:47 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-03-05 17:51:47 +0000
commit468ac0afa7f410b39a33554bd6f82c540e75fe4d (patch)
tree108f1f74449f47f83bceb9b7a3583785ae9c0fd5
parent0b3a1fa9a8370b7433de450a13d5926ede38a95b (diff)
ldflags...
should have committed this long ago..: svn path=/trunk/externals/loaders/hexloader/; revision=16048
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8379b..df98831 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ LINUXCFLAGS = $(DEFINES) -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LINUXLDFLAGS = --export-dynamic -shared -lc -lm
+LINUXLDFLAGS = -Wl,--export-dynamic -shared -lc -lm
LINUXINCLUDE = -I$(PDSRCDIR)