diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-03-17 15:54:19 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gcc.gnu.org> | 2016-03-17 15:54:19 -0700 |
commit | 1b858e76385c2bf5ac39c1dc6bfee316d6f422a5 (patch) | |
tree | aecc72af1e951168408539a8a81d287601dbaa15 /configure | |
parent | ecd71a9e48c3e9794d5bfb36be5cfdf414f14e22 (diff) | |
download | gcc-1b858e76385c2bf5ac39c1dc6bfee316d6f422a5.zip gcc-1b858e76385c2bf5ac39c1dc6bfee316d6f422a5.tar.gz gcc-1b858e76385c2bf5ac39c1dc6bfee316d6f422a5.tar.bz2 |
Sync top-level configure.ac with binutils-gdb.
2016-03-17 Cary Coutant <ccoutant@gmail.com>
* configure.ac: Add mips and s390 to the gold target check.
* configure: Regenerate.
From-SVN: r234309
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2973,7 +2973,7 @@ case "${ENABLE_GOLD}" in # Check for target supported by gold. case "${target}" in i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \ - | aarch64*-*-* | tilegx*-*-*) + | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*) configdirs="$configdirs gold" if test x${ENABLE_GOLD} = xdefault; then default_ld=gold |