From 468ac0afa7f410b39a33554bd6f82c540e75fe4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 5 Mar 2012 17:51:47 +0000 Subject: ldflags... should have committed this long ago..: svn path=/trunk/externals/loaders/hexloader/; revision=16048 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1