From e4723404c1a88be19444ebb0b73c6ef9b81093fa Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 13 May 2002 19:13:44 +0000 Subject: [PATCH] * config.table: Use mh-x86pic also for x86-64. From-SVN: r53426 --- libiberty/ChangeLog | 4 ++++ libiberty/config.table | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2e1098d0208..330315d2346 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2002-05-13 Andreas Schwab + + * config.table: Use mh-x86pic also for x86-64. + 2002-05-08 Alexandre Oliva * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at diff --git a/libiberty/config.table b/libiberty/config.table index 6118a9c8256..b9a2479aac7 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -34,7 +34,8 @@ 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 ;; -- 2.30.2