From ea01647092eefeca9336b36809962ff097306b41 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Thu, 17 Mar 2016 15:37:10 -0700 Subject: Add mips and s390 build targets for gold. * configure.ac: Add mips and s390 to the gold target check. * configure: Regenerate. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 321b908..74bf58a 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 -- cgit v1.1