X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libiberty%2Fconfig.table;h=1867cfeaafa0ee7fe2c83c2ed659a8b5ede7e6ca;hb=58d6f3a5e60bda04d60f1c07db1a798981c0692e;hp=b9a2479aac780ee4e84a01354074b091107f1212;hpb=9296c8b21ebb3e4ef9ff589f0330b1e94da83897;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/config.table b/libiberty/config.table index b9a2479aac..1867cfeaaf 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -11,7 +11,7 @@ case "${host}" in *-*-freebsd2.1.*) frag=mh-fbsd21 ;; *-*-freebsd2.2.[012]) frag=mh-fbsd21 ;; i370-*-opened*) frag=mh-openedition ;; - i[345]86-*-windows*) frag=mh-windows ;; + i[34567]86-*-windows*) frag=mh-windows ;; esac if [ -n "${frag}" ]; then @@ -34,11 +34,12 @@ if [ "${shared}" = "yes" ]; then alpha*-*-linux*) frag=mh-elfalphapic ;; arm*-*-*) frag=mh-armpic ;; hppa*-*-*) frag=mh-papic ;; - i[3456]86-*-* | x86_64-*-*) + i[34567]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