Blame SOURCES/gcc6-sparc-config-detection.patch

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