* config.table: Use mh-s390pic for s390x too.

From-SVN: r58221
This commit is contained in:
Jakub Jelinek 2002-10-16 22:07:03 +02:00 committed by Jakub Jelinek
parent 63a1ff8624
commit 7da64d7a72
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-10-16 Jakub Jelinek <jakub@redhat.com>
* config.table: Use mh-s390pic for s390x too.
2002-10-06 Andreas Jaeger <aj@suse.de>
* libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded

View File

@ -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