OSDN Git Service

* Makefile.in (distclean): Add gstdint.h.
[pf3gnuchains/pf3gnuchains4x.git] / configure
index b146180..8d80fa2 100755 (executable)
--- a/configure
+++ b/configure
@@ -2048,7 +2048,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