merge from gcc
authorDJ Delorie <dj@redhat.com>
Mon, 13 May 2002 20:01:19 +0000 (20:01 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 13 May 2002 20:01:19 +0000 (20:01 +0000)
libiberty/ChangeLog
libiberty/config.table

index 7024c37fb64ad298bfffac4d8e16d6b4f8943b93..89fca1eaf92ff2d68de4ad2d6541c3b746d54db3 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 ;;
This page took 0.035265 seconds and 4 git commands to generate.