* mips.h: Correct comment typo.
[binutils-gdb.git] / libiberty / config.table
index 6118a9c82563ffb7861811ab91e24a4950f41adf..df48ce995253afefe2757c0a4e63142b5554faf8 100644 (file)
@@ -34,10 +34,12 @@ if [ "${shared}" = "yes" ]; then
     alpha*-*-linux*)   frag=mh-elfalphapic ;;
     arm*-*-*)          frag=mh-armpic ;;
     hppa*-*-*)         frag=mh-papic ;;
-    i[3456]86-*-*)     frag=mh-x86pic ;;
+    i[3456]86-*-* | x86_64-*-*)
+                       frag=mh-x86pic ;;
     powerpc*-*-aix*)   ;;
     powerpc*-*-*)      frag=mh-ppcpic ;;
     sparc*-*-*)                frag=mh-sparcpic ;;
+    s390*-*-*)         frag=mh-s390pic ;;
     *)                 frag=mh-${host_cpu}pic ;;
   esac
   if [ -n "${frag}" ]; then