diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-03-11 23:31:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-03-11 23:31:15 +0000 |
commit | bca7067abf6b7ca865c748e06b3ade435731e7c3 (patch) | |
tree | 6a741f91d7e585a6e01224a6e96b6b37b4a74cbc /configure.ac | |
parent | b8644635b3f5bec6b9cd575034a03020da7edb24 (diff) |
added -fPIC and changed wildcard to support 64-bit builds on GNU/Linux
svn path=/trunk/externals/OSCx/; revision=9568
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ce5fed0..a812697 100644 --- a/configure.ac +++ b/configure.ac @@ -77,8 +77,8 @@ if test -z "$GCC"; then esac else case $host in - *86-*-linux*) - CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2" + *86*-linux*) + CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2 -fPIC" LDFLAGS="-Wl,-export_dynamic -shared" dnl we could test for bad glibc here, but don't pd_suffix=pd_linux |