summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-17 22:54:19 +0000
committerccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-17 22:54:19 +0000
commitca7ff757ee5aefba400d23b803e538dbf96c08bc (patch)
treeaecc72af1e951168408539a8a81d287601dbaa15
parent9f545ffb3cf0f65c0a2e44439997110589594950 (diff)
downloadgcc-ca7ff757ee5aefba400d23b803e538dbf96c08bc.tar.gz
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234309 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog9
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5573a74fe3f..b5903d424af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-03-17 Cary Coutant <ccoutant@gmail.com>
+
+ Sync with binutils-gdb:
+
+ 2016-03-17 Cary Coutant <ccoutant@gmail.com>
+
+ * configure.ac: Add mips and s390 to the gold target check.
+ * configure: Regenerate.
+
2016-03-01 DJ Delorie <dj@redhat.com>
* MAINTAINERS (mep): Remove myself as MeP maintainer.
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
diff --git a/configure.ac b/configure.ac
index 321b90896f0..74bf58aad93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,7 +351,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