* config.table: Use mh-x86pic also for x86-64.
authorAndreas Schwab <schwab@suse.de>
Mon, 13 May 2002 19:13:44 +0000 (19:13 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 13 May 2002 19:13:44 +0000 (19:13 +0000)
From-SVN: r53426

libiberty/ChangeLog
libiberty/config.table

index 2e1098d020892b7ffccfcb9d012dfa69a4a74f5b..330315d2346e2732bc8d07f3ddc3324512eae37c 100644 (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
index 6118a9c82563ffb7861811ab91e24a4950f41adf..b9a2479aac780ee4e84a01354074b091107f1212 100644 (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 ;;