* config.table: Use mh-x86pic also for x86-64.

From-SVN: r53426
This commit is contained in:
Andreas Schwab 2002-05-13 19:13:44 +00:00 committed by Andreas Schwab
parent 63826d5b39
commit e4723404c1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-13 Andreas Schwab <schwab@suse.de>
* config.table: Use mh-x86pic also for x86-64.
2002-05-08 Alexandre Oliva <aoliva@redhat.com>
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at

View File

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