diff options
author | DJ Delorie <dj@redhat.com> | 2009-04-08 16:42:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-04-08 16:42:57 +0000 |
commit | 3c72fdec4e1915da62fbb6c279f3c9c0cd486873 (patch) | |
tree | eedfdeefab85fa573153ea24b0ffcdb2f46d2184 /libiberty/configure | |
parent | a0c402a5641d9229b552066d526190252b0ee968 (diff) | |
download | gdb-3c72fdec4e1915da62fbb6c279f3c9c0cd486873.zip gdb-3c72fdec4e1915da62fbb6c279f3c9c0cd486873.tar.gz gdb-3c72fdec4e1915da62fbb6c279f3c9c0cd486873.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index 4d0aeae..ee8fbb0 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -4112,7 +4112,7 @@ if [ "${shared}" = "yes" ]; then i[34567]86-*-* | x86_64-*-*) PICFLAG=-fpic ;; m68k-*-*) PICFLAG=-fpic ;; - mips*-*-linux) PICFLAG=-fPIC ;; + mips*-*-linux*) PICFLAG=-fPIC ;; powerpc*-*-aix*) ;; powerpc*-*-*) PICFLAG=-fPIC ;; sparc*-*-*) case "${CFLAGS}" in |