aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2008-06-13 22:10:03 +0000
committermusil <tmusil@users.sourceforge.net>2008-06-13 22:10:03 +0000
commiteca4f7d231e0f15a29712b207d9176030c43808c (patch)
tree9794ba1c13c3f5430dc8b1f013da897da08159c1
parent44fb3d044be36371d3edc20a4f33074f0a053287 (diff)
-fPIC
svn path=/trunk/externals/iem/iem_spec2/; revision=10004
-rw-r--r--src/makefile2
-rw-r--r--src/makefile_linux2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 7233ef2..809c205 100644
--- a/src/makefile
+++ b/src/makefile
@@ -13,7 +13,7 @@ LIB = -ldl -lm -lpthread
CFLAGS = -DPD -DUNIX -W -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
- -DDL_OPEN
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)
diff --git a/src/makefile_linux b/src/makefile_linux
index fb74c4f..5371eca 100644
--- a/src/makefile_linux
+++ b/src/makefile_linux
@@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread
CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
- -DDL_OPEN
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)