aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2016-03-17 22:54:19 +0000
committerCary Coutant <ccoutant@gmail.com>2016-03-17 22:54:19 +0000
commitdc64b5a317ce98c6229c608799427b44c788f986 (patch)
treeaecc72af1e951168408539a8a81d287601dbaa15 /configure
parent148948d4c256bad0e507dfe93b2cf0eb38cd78a3 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@234309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 89c863ca97c..35f231ea92b 100755
--- a/configure
+++ b/configure
@@ -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