aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2008-06-12 17:07:34 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>2008-06-12 17:07:34 +0000
commit310213e869a9d10697dea5013e6492ccf60322e3 (patch)
tree9a3754fc225677c6f52ce314bd8d701976fed7e5
parent42cacb20eda4f660223eba0739fcb6820bab65a4 (diff)
downloadfsf-binutils-gdb-310213e869a9d10697dea5013e6492ccf60322e3.zip
fsf-binutils-gdb-310213e869a9d10697dea5013e6492ccf60322e3.tar.gz
fsf-binutils-gdb-310213e869a9d10697dea5013e6492ccf60322e3.tar.bz2
2008-06-12 David S. Miller <davem@davemloft.net>
David Edelsohn <edelsohn@gnu.org> * configure.ac: Add powerpc*-*-* to gold supported targets. * configure: Regenerate.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b6074d5..946d06e 100644
--- 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
diff --git a/configure b/configure
index 92f62a3..ea6834a 100755
--- 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
diff --git a/configure.ac b/configure.ac
index 13a7cc1..cb704bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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