From 1b858e76385c2bf5ac39c1dc6bfee316d6f422a5 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Thu, 17 Mar 2016 15:54:19 -0700 Subject: [PATCH] Sync top-level configure.ac with binutils-gdb. 2016-03-17 Cary Coutant * configure.ac: Add mips and s390 to the gold target check. * configure: Regenerate. From-SVN: r234309 --- ChangeLog | 9 +++++++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5573a74fe3f6..b5903d424af0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2016-03-17 Cary Coutant + + Sync with binutils-gdb: + + 2016-03-17 Cary Coutant + + * configure.ac: Add mips and s390 to the gold target check. + * configure: Regenerate. + 2016-03-01 DJ Delorie * MAINTAINERS (mep): Remove myself as MeP maintainer. diff --git a/configure b/configure index 89c863ca97cc..35f231ea92bd 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 321b90896f08..74bf58aad93b 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