aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-21 21:23:34 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-21 21:23:34 +0000
commit29abe1fe94bd8afb8e615125df455db6d4f8069b (patch)
tree60bde344dea4694f660a62084cef040bda37bb0c /libiberty/configure
parentc42bf1f918e0aa3c87beb25a526909f6566c5372 (diff)
2008-04-21 Aurelien Jarno <aurelien@aurel32.net>
* libiberty/configure.ac: use -fPIC on Linux/MIPS hosts. * libiberty/configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@134534 138bc75d-0d04-0410-961f-82ee72b054a4
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 f47833ad97b..83e55b8eb6c 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