aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-04-30 17:53:26 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-04-30 17:53:26 +0000
commite6721e26417291d6292d74854f6df4bf8ede4568 (patch)
tree7ab55da0ba8628fa2327483c277f3bae0cddbeed
parent2b0d3f46c926ecdd51049e9e7cc5451265738d0f (diff)
added "-fPIC" for x86_64 compatibility
svn path=/trunk/externals/markex/; revision=9745
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0591b50..6316f12 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ TARGETS = $(SOURCES:.c=.pd_linux)
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch