diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-07-29 14:18:23 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-07-29 14:18:23 +0000 |
commit | b52836460085119f4d130b198f3f29c55ba10fcb (patch) | |
tree | bffbec6722359dd2bc3a6bc3b0d0953c6e0e9f11 | |
parent | 72a8a5a77e815fa09e4de8326cc8f5775d16eb07 (diff) |
added -fPIC for pd_linux to compile on amd64
svn path=/trunk/externals/iem/comport/; revision=5430
-rw-r--r-- | comport/makefile | 2 |
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 |