X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure;h=d750b42bf2edaa234b66aaee006b06e9a26ce005;hb=930123b7a10ca605d1aae217a4224736cceed337;hp=8559109b63b0052c8eb2bfd9a79b3dc6eefd619b;hpb=20135e4cea8994900955e560910b2e675881fa95;p=deliverable%2Fbinutils-gdb.git diff --git a/configure b/configure index 8559109b63..d750b42bf2 100755 --- a/configure +++ b/configure @@ -2077,7 +2077,7 @@ if test "${ENABLE_GOLD}" = "yes"; then if test "$is_elf" = "yes"; then # Check for target supported by gold. case "${target}" in - i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-*) + i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*) configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`" ;; esac