From: Walter Lee Date: Thu, 20 Sep 2012 19:17:51 +0000 (+0000) Subject: Add tilegx to list of targets that support gold. X-Git-Tag: misc/gccgo-go1_1_2~718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8750dfc52c18f7a69e9202b14936d282a793a130;p=thirdparty%2Fgcc.git Add tilegx to list of targets that support gold. * configure.ac: Add tilegx to list of targets that support gold. * configure: Regenerate. From-SVN: r191585 --- diff --git a/ChangeLog b/ChangeLog index 4f0c76dc4185..daca3ed7d685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-20 Walter Lee + + * configure.ac: Add tilegx to list of targets that support gold. + * configure: Regenerate. + 2012-09-20 Marek Polacek * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure b/configure index d1cb692ae5ff..8011d82dfa20 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 4ce441ecca0c..f0d86d9069b1 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