aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2014-03-25 10:43:51 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2014-03-25 10:43:51 +0000
commit92a5f74fdc543da87375a8a3acd792301c6e5c03 (patch)
tree106478a9412519d7524e3d454094da17106b0baa
parentc5f8e0bb5cd850c3b8193bbe01458ad8ec326ac1 (diff)
remove -export-dynamic
svn path=/trunk/; revision=17286
-rw-r--r--doc/tutorials/externals-howto/example1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/externals-howto/example1/Makefile b/doc/tutorials/externals-howto/example1/Makefile
index 50e00ac2..def1c75d 100644
--- a/doc/tutorials/externals-howto/example1/Makefile
+++ b/doc/tutorials/externals-howto/example1/Makefile
@@ -66,7 +66,7 @@ LINUXCFLAGS = -DPD -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 = -shared -lc -lm
LINUXINCLUDE = -I$(PDSRCDIR)