summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-04-15 05:16:51 +0000
committerDavid S. Miller <davem@davemloft.net>2008-04-15 05:16:51 +0000
commite163fe2579e4a46757b208e84b0f73c7bbfb582a (patch)
treea66efcdf426c73da14d958b93691ef4e2968a4b0 /configure
parenteabd7de028075f106e1434bf9efd91a5fd32129f (diff)
downloadcygnal-e163fe2579e4a46757b208e84b0f73c7bbfb582a.tar.gz
cygnal-e163fe2579e4a46757b208e84b0f73c7bbfb582a.tar.bz2
cygnal-e163fe2579e4a46757b208e84b0f73c7bbfb582a.zip
toplevel/
* configure.ac: Add sparc*-*-* to gold supported targets. * configure: Regenerate. gold/ * sparc.cc: New file. * Makefile.am (TARGETSOURCES): Add sparc.cc (ALL_TARGETOBJS): Add sparc.$(OBJEXT) * configure.tgt: Document targ_extra_size and targ_extra_big_endian. Add entries for sparc-* and sparc64-*. * configure.ac: Handle targ_extra_size and targ_extra_big_endian. * Makefile.in: Rebuild. * configure: Likewise. * po/POTFILES.in: Likewise. * po/gold.pot: Likewise.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b14618039..8d80fa26e 100755
--- 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