* configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
authorDavid S. Miller <davem@redhat.com>
Thu, 17 Apr 2008 05:52:32 +0000 (05:52 +0000)
committerDavid S. Miller <davem@redhat.com>
Thu, 17 Apr 2008 05:52:32 +0000 (05:52 +0000)
* configure: Rebuild.

gold/ChangeLog
gold/configure
gold/configure.ac

index 0bc62aba3357e6d137fc4806fb6ddfd2450c38c8..1f600092b5ff4555a2d03f381cc8fb08001495e1 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 6fb0c7e03eaafa3df30d560112281770beb85abb..d5d738096cd1f417bb5dc3847a9cb7327b8f04b7 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 793784eac25e933663ea253065ec6480355ef925..7e333d70137b4743fdf06b4cb91c3dd916433e54 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])
 
This page took 0.035587 seconds and 4 git commands to generate.