aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWalter Lee <walt@tilera.com>2012-09-20 19:17:51 +0000
committerWalter Lee <walt@gcc.gnu.org>2012-09-20 19:17:51 +0000
commit8750dfc52c18f7a69e9202b14936d282a793a130 (patch)
treee49e3e69f99a8fe1a46479d726f79cbf9a94852f /configure
parent9af5c88c8fb459eb47bf554997765fa27ed11b2a (diff)
downloadgcc-8750dfc52c18f7a69e9202b14936d282a793a130.zip
gcc-8750dfc52c18f7a69e9202b14936d282a793a130.tar.gz
gcc-8750dfc52c18f7a69e9202b14936d282a793a130.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d1cb692..8011d82 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