OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / configure.ac
index c96f630..13a7cc1 100644 (file)
@@ -317,7 +317,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-*-*)
+      i?86-*-* | x86_64-*-* | sparc*-*-*)
         configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
         ;;
     esac