PR ld/6590
[deliverable/binutils-gdb.git] / libiberty / configure.ac
index f5df5582b362a076c1874a16e2d1f463584330d4..419351bbb93d5f40fd60a3cc07465df9fb8e848b 100644 (file)
@@ -208,6 +208,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
This page took 0.024349 seconds and 4 git commands to generate.