diff options
author | walt <walt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-20 19:17:51 +0000 |
---|---|---|
committer | walt <walt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-20 19:17:51 +0000 |
commit | 445ca83a8aa9248fa6801e83e157a50281bbd1a1 (patch) | |
tree | e49e3e69f99a8fe1a46479d726f79cbf9a94852f /configure | |
parent | 184cc6d79d8323e6a778e1de0b4bfdbe2ea64139 (diff) | |
download | gcc-445ca83a8aa9248fa6801e83e157a50281bbd1a1.tar.gz |
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191585 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |