summaryrefslogtreecommitdiff
path: root/libiberty/config.table
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-10-16 22:07:03 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2002-10-16 22:07:03 +0200
commit7da64d7a7223ce667636dc0fb252e95733e66839 (patch)
tree0d445da3c7ffe81a69998c131771d4def94575cb /libiberty/config.table
parent63a1ff86241031b46e4496c09fd6d744759e67b3 (diff)
downloadgcc-7da64d7a7223ce667636dc0fb252e95733e66839.tar.gz
* config.table: Use mh-s390pic for s390x too.
From-SVN: r58221
Diffstat (limited to 'libiberty/config.table')
-rw-r--r--libiberty/config.table1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/config.table b/libiberty/config.table
index b9a2479aac7..df48ce99525 100644
--- a/libiberty/config.table
+++ b/libiberty/config.table
@@ -39,6 +39,7 @@ if [ "${shared}" = "yes" ]; then
powerpc*-*-aix*) ;;
powerpc*-*-*) frag=mh-ppcpic ;;
sparc*-*-*) frag=mh-sparcpic ;;
+ s390*-*-*) frag=mh-s390pic ;;
*) frag=mh-${host_cpu}pic ;;
esac
if [ -n "${frag}" ]; then