diff options
author | musil <tmusil@users.sourceforge.net> | 2008-06-13 22:09:01 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2008-06-13 22:09:01 +0000 |
commit | 7a5e6ceffb54f8ededa239a5debbca3d1eca2dbd (patch) | |
tree | 9bebbc51b1eeeb44effda2e7f9ccc66650d20a82 | |
parent | 079a427b804b9e2f35a1b2d89c61e85a64ed109d (diff) |
-fPIC
svn path=/trunk/externals/iem/iem_matrix/; revision=10002
-rw-r--r-- | src/makefile | 2 | ||||
-rw-r--r-- | src/makefile_linux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index c3ebc6e..278b9aa 100644 --- a/src/makefile +++ b/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/src/makefile_linux b/src/makefile_linux index 45c8748..7c87b80 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) |