aboutsummaryrefslogtreecommitdiff
path: root/comport/makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-07-29 14:18:23 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-07-29 14:18:23 +0000
commitb52836460085119f4d130b198f3f29c55ba10fcb (patch)
treebffbec6722359dd2bc3a6bc3b0d0953c6e0e9f11 /comport/makefile
parent72a8a5a77e815fa09e4de8326cc8f5775d16eb07 (diff)
added -fPIC for pd_linux to compile on amd64
svn path=/trunk/externals/iem/comport/; revision=5430
Diffstat (limited to 'comport/makefile')
-rw-r--r--comport/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/makefile b/comport/makefile
index be1da27..598d5e1 100644
--- a/comport/makefile
+++ b/comport/makefile
@@ -69,7 +69,7 @@ pd_linux: comport.pd_linux
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch