aboutsummaryrefslogtreecommitdiff
path: root/externals/iem
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2008-06-13 22:06:23 +0000
committermusil <tmusil@users.sourceforge.net>2008-06-13 22:06:23 +0000
commit50952c20a445ac43feaeaa1b77a7aeaefe878c7e (patch)
treebfd3f1ce5fc308f836acffe43adbf3c2b9d2eec1 /externals/iem
parentaef441abad99496e95308022800b532093e91aba (diff)
-fPIC
svn path=/trunk/; revision=10000
Diffstat (limited to 'externals/iem')
-rw-r--r--externals/iem/iem_atan2/src/makefile2
-rw-r--r--externals/iem/iem_atan2/src/makefile_linux2
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/iem/iem_atan2/src/makefile b/externals/iem/iem_atan2/src/makefile
index 7ce891d1..31e19e53 100644
--- a/externals/iem/iem_atan2/src/makefile
+++ b/externals/iem/iem_atan2/src/makefile
@@ -11,7 +11,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/externals/iem/iem_atan2/src/makefile_linux b/externals/iem/iem_atan2/src/makefile_linux
index 005d1e54..649f9dcf 100644
--- a/externals/iem/iem_atan2/src/makefile_linux
+++ b/externals/iem/iem_atan2/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)