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