[PATCH] fix cross-bootstrapping of FreeBSD/sparc64

David O'Brien obrien@FreeBSD.org
Mon Feb 25 04:17:00 GMT 2002


2002-02-25  David O'Brien  <obrien@FreeBSD.org>

	* config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
	of "ultrasparc".


Index: config.gcc
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config.gcc,v
retrieving revision 1.167
diff -u -u -4 -r1.167 config.gcc
--- config.gcc	2002/02/19 17:43:22	1.167
+++ config.gcc	2002/02/25 09:13:20
@@ -3228,8 +3228,9 @@
 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
 	tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
 	xmake_file=none
 	case "x$with_cpu" in
+		xultrasparc) ;;
 		x) with_cpu=ultrasparc ;;
 		*) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
 	esac
 	;;



More information about the Gcc-patches mailing list