aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Lee <walt@tilera.com>2012-09-20 19:17:51 +0000
committerWalter Lee <walt@tilera.com>2012-09-20 19:17:51 +0000
commit77ac815e9603903e224cad345b73e2bfe6accaba (patch)
treee49e3e69f99a8fe1a46479d726f79cbf9a94852f
parentc1427eeaaee09ab05e25a1eba8546c9d5a728671 (diff)
Add tilegx to list of targets that support gold.
* configure.ac: Add tilegx to list of targets that support gold. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@191585 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f0c76dc418..daca3ed7d68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-20 Walter Lee <walt@tilera.com>
+
+ * configure.ac: Add tilegx to list of targets that support gold.
+ * configure: Regenerate.
+
2012-09-20 Marek Polacek <polacek@redhat.com>
* MAINTAINERS (Write After Approval): Add myself.
diff --git a/configure b/configure
index d1cb692ae5f..8011d82dfa2 100755
--- a/configure
+++ b/configure
@@ -2916,7 +2916,7 @@ case "${ENABLE_GOLD}" in
if test "$is_elf" = "yes"; then
# Check for target supported by gold.
case "${target}" in
- i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
+ i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
configdirs="$configdirs gold"
if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold
diff --git a/configure.ac b/configure.ac
index 4ce441ecca0..f0d86d9069b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ case "${ENABLE_GOLD}" in
if test "$is_elf" = "yes"; then
# Check for target supported by gold.
case "${target}" in
- i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
+ i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
configdirs="$configdirs gold"
if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold