diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-01-09 16:48:56 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-01-09 16:48:56 +0000 |
commit | 30249b5b2d326b281377ef3c0d528493081ffdf6 (patch) | |
tree | 6bbd4eb3c2a044b2798606cdd0f1ab3966e663e3 /doc/tutorials/externals-howto/example1/Makefile | |
parent | eeb683e744ee1eebe14d58ebda8f6f0aa012e7b2 (diff) |
added "-fPIC" to compile on amd64
svn path=/trunk/; revision=7247
Diffstat (limited to 'doc/tutorials/externals-howto/example1/Makefile')
-rw-r--r-- | doc/tutorials/externals-howto/example1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/externals-howto/example1/Makefile b/doc/tutorials/externals-howto/example1/Makefile index 12dc1b73..50e00ac2 100644 --- a/doc/tutorials/externals-howto/example1/Makefile +++ b/doc/tutorials/externals-howto/example1/Makefile @@ -62,7 +62,7 @@ TARGETS=$(SOURCES:.c=.$(EXTENSION)) pd_linux: $(TARGETS) -LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch |