OSDN Git Service

* configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
authordavem <davem>
Thu, 17 Apr 2008 05:52:32 +0000 (05:52 +0000)
committerdavem <davem>
Thu, 17 Apr 2008 05:52:32 +0000 (05:52 +0000)
* configure: Rebuild.

gold/ChangeLog
gold/configure
gold/configure.ac

index 0bc62ab..1f60009 100644 (file)
@@ -27,6 +27,9 @@
 
 2008-04-16  David S. Miller  <davem@davemloft.net>
 
+       * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
+       * configure: Rebuild.
+
        * options.h (DEFINE_enable): New macro.
        (new_dtags): New enable option.
        (initfirst, interpose, loadfltr, nodefaultlib,
index 6fb0c7e..d5d7380 100755 (executable)
@@ -4527,6 +4527,7 @@ if
   case $target_cpu in
     i?86) true;;
     x86_64) false;;
+    sparc64) false;;
     *) true;;
   esac; then
   FN_PTRS_IN_SO_WITHOUT_PIC_TRUE=
index 793784e..7e333d7 100644 (file)
@@ -196,6 +196,7 @@ AM_CONDITIONAL(FN_PTRS_IN_SO_WITHOUT_PIC, [
   case $target_cpu in
     i?86) true;;
     x86_64) false;;
+    sparc64) false;;
     *) true;;
   esac])