From 6d26190c13397c3bfadac3b65d46ef47523aaff7 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Fri, 3 Oct 2014 14:48:14 -0700 Subject: Add aarch64 to list of targets that support gold. This patch was committed to GCC trunk as revision 215865. 2014-10-03 Jing Yu * configure.ac: Add aarch64 to list of targets that support gold. * configure: Regenerate. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4d0985e..87677bc 100755 --- a/configure +++ b/configure @@ -2971,7 +2971,8 @@ case "${ENABLE_GOLD}" in if test "$is_elf" = "yes"; then # Check for target supported by gold. case "${target}" in - i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*) + i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \ + | aarch64*-*-* | tilegx*-*-*) configdirs="$configdirs gold" if test x${ENABLE_GOLD} = xdefault; then default_ld=gold -- cgit v1.1