summaryrefslogtreecommitdiff
path: root/libiberty/config.table
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-10-16 19:54:53 +0000
committerJakub Jelinek <jakub@redhat.com>2002-10-16 19:54:53 +0000
commitde733aa9ae7523fcce4c66112acc6796a8248620 (patch)
treeb2b3f088090c9247d9d5e794460e54c4ca528f1d /libiberty/config.table
parent099b26ff8fdeefd75cf0a4c1f94e0161bacbe55c (diff)
downloadgdb-de733aa9ae7523fcce4c66112acc6796a8248620.tar.gz
* config.bfd (s390-*-linux*): Add targ64_selvecs.
(s390x-*-linux*): Add targ_selvecs. * config.table: Use mh-s390pic for s390x too. * configure.tgt (s390x-*-linux*): Add elf_s390 emulation. (s390-*-linux*): Add elf64_s390 emulation if want64. * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22 genscript.sh changes. * emulparams/elf_x86_64.sh (LIB_PATH): Likewise. * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
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