]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/configure
configure.ac: Fix Linux/MIPS matching rule.
[thirdparty/gcc.git] / libiberty / configure
index 4d0aeae4e5ca1a93d206e47715fa00d4d52876bb..ee8fbb02a66983ee942ab2ddc5c135e8075cb559 100755 (executable)
@@ -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