From 92a5f74fdc543da87375a8a3acd792301c6e5c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 25 Mar 2014 10:43:51 +0000 Subject: remove -export-dynamic svn path=/trunk/; revision=17286 --- doc/tutorials/externals-howto/example1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1