diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-13 19:13:44 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-13 19:13:44 +0000 |
commit | 701022594793f18a02114a6bbf0f0a6f693dd715 (patch) | |
tree | a2a276dae0b66afee489a16cde1a172edcf89334 /libiberty/config.table | |
parent | 0d52bda058ef8adb4271feace5c8a9549933d50f (diff) | |
download | gcc-701022594793f18a02114a6bbf0f0a6f693dd715.tar.gz |
* config.table: Use mh-x86pic also for x86-64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 3 |
1 files changed, 2 insertions, 1 deletions
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 ;; |