f56e54
--- gcc/config.gcc.jj	2008-04-24 15:42:46.000000000 -0500
f56e54
+++ gcc/config.gcc	2008-04-24 15:44:51.000000000 -0500
f56e54
@@ -2790,7 +2790,7 @@ sparc-*-rtems*)
f56e54
 	tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
f56e54
 	tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems"
f56e54
 	;;
f56e54
-sparc-*-linux*)
f56e54
+sparc-*-linux* | sparcv9-*-linux*)
f56e54
 	tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
f56e54
 	extra_options="${extra_options} sparc/long-double-switch.opt"
f56e54
 	case ${target} in
f56e54
@@ -2844,7 +2844,7 @@ sparc64-*-rtems*)
f56e54
 	extra_options="${extra_options}"
f56e54
 	tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems-64"
f56e54
 	;;
f56e54
-sparc64-*-linux*)
f56e54
+sparc64*-*-linux*)
f56e54
 	tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/default64.h sparc/linux64.h sparc/tso.h"
f56e54
 	extra_options="${extra_options} sparc/long-double-switch.opt"
f56e54
 	tmake_file="${tmake_file} sparc/t-sparc sparc/t-linux64"
f56e54
--- libgcc/config.host.jj	2008-04-24 15:46:19.000000000 -0500
f56e54
+++ libgcc/config.host	2008-04-24 15:46:49.000000000 -0500
f56e54
@@ -1002,7 +1002,7 @@ sparc-*-elf*)
f56e54
 	tmake_file="${tmake_file} t-fdpbit t-crtfm"
f56e54
 	extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
f56e54
 	;;
f56e54
-sparc-*-linux*)		# SPARC's running GNU/Linux, libc6
f56e54
+sparc-*-linux* | sparcv9-*-linux*)		# SPARC's running GNU/Linux, libc6
f56e54
 	tmake_file="${tmake_file} t-crtfm"
f56e54
 	if test "${host_address}" = 64; then
f56e54
 		tmake_file="$tmake_file sparc/t-linux64"
f56e54
@@ -1050,7 +1050,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*
f56e54
 	tmake_file="$tmake_file t-crtfm"
f56e54
 	extra_parts="$extra_parts crtfastmath.o"
f56e54
 	;;
f56e54
-sparc64-*-linux*)		# 64-bit SPARC's running GNU/Linux
f56e54
+sparc64*-*-linux*)		# 64-bit SPARC's running GNU/Linux
f56e54
 	extra_parts="$extra_parts crtfastmath.o"
f56e54
 	tmake_file="${tmake_file} t-crtfm sparc/t-linux"
f56e54
 	if test "${host_address}" = 64; then