]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-06-12 David S. Miller <davem@davemloft.net>
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 12 Jun 2008 17:07:34 +0000 (17:07 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 12 Jun 2008 17:07:34 +0000 (17:07 +0000)
            David Edelsohn  <edelsohn@gnu.org>

        * configure.ac: Add powerpc*-*-* to gold supported targets.
        * configure: Regenerate.

ChangeLog
configure
configure.ac

index b6074d5b1fbbefa485e6a205c2b5ce1280910590..946d06e6a5f04006cd61c6fdb9d3a252d25bab8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-12  David S. Miller  <davem@davemloft.net>
+           David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.ac: Add powerpc*-*-* to gold supported targets.
+       * configure: Regenerate.
+
 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
 
        PR tree-optimization/36218
index 92f62a34d7a3d7e40ea2b48e32d68108b76afd6e..ea6834adccee0520ad1025c0eb508a32ade03def 100755 (executable)
--- a/configure
+++ b/configure
@@ -2057,7 +2057,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
   if test "$is_elf" = "yes"; then
     # Check for target supported by gold.
     case "${target}" in
-      i?86-*-* | x86_64-*-* | sparc*-*-*)
+      i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*)
         configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
         ;;
     esac
index 13a7cc1c0927c833a32058a20e6bb654ac12d933..cb704bdf0b74b861186f476e9ebbf431a5f7f069 100644 (file)
@@ -317,7 +317,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
   if test "$is_elf" = "yes"; then
     # Check for target supported by gold.
     case "${target}" in
-      i?86-*-* | x86_64-*-* | sparc*-*-*)
+      i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*)
         configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
         ;;
     esac