Add Visium support to ld
[deliverable/binutils-gdb.git] / configure.ac
index fe2fda36ab952b6cc2f7c9a328f2c18e0c554253..4bb4865d84fa9cb003d450864d00db21c3201876 100644 (file)
@@ -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
This page took 0.023557 seconds and 4 git commands to generate.