From: Jing Yu Date: Fri, 3 Oct 2014 21:48:14 +0000 (-0700) Subject: Add aarch64 to list of targets that support gold. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6d26190c13397c3bfadac3b65d46ef47523aaff7;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/ChangeLog b/ChangeLog index e76267edef..720494197a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-10-03 Jing Yu + + * configure.ac: Add aarch64 to list of targets that support gold. + * configure: Regenerate. + 2014-09-12 Andrew Bennett * configure.ac: Add mips*-img-elf* target triple. diff --git a/configure b/configure index 4d0985e325..87677bc216 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 diff --git a/configure.ac b/configure.ac index fe2fda36ab..4bb4865d84 100644 --- a/configure.ac +++ b/configure.ac @@ -331,7 +331,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