aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2008-04-21 21:23:34 +0000
committerMatthias Klose <doko@gcc.gnu.org>2008-04-21 21:23:34 +0000
commit951b54cc3ba8181f67c3297cf9b1d985fc7c4ab9 (patch)
tree60bde344dea4694f660a62084cef040bda37bb0c /libiberty/configure
parent6384205f4204499970dc4cd7e6e246a417eeea34 (diff)
downloadgcc-951b54cc3ba8181f67c3297cf9b1d985fc7c4ab9.zip
gcc-951b54cc3ba8181f67c3297cf9b1d985fc7c4ab9.tar.gz
gcc-951b54cc3ba8181f67c3297cf9b1d985fc7c4ab9.tar.bz2
configure.ac: use -fPIC on Linux/MIPS hosts.
2008-04-21 Aurelien Jarno <aurelien@aurel32.net> * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts. * libiberty/configure: Regenerate. From-SVN: r134534
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-xlibiberty/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/configure b/libiberty/configure
index f47833a..83e55b8 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -3729,6 +3729,7 @@ if [ "${shared}" = "yes" ]; then
i[34567]86-*-* | x86_64-*-*)
PICFLAG=-fpic ;;
m68k-*-*) PICFLAG=-fpic ;;
+ mips*-*-linux) PICFLAG=-fPIC ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) PICFLAG=-fPIC ;;
sparc*-*-*) case "${CFLAGS}" in