[PATCH] adds FreeBSD/sparc64 target

Richard Henderson rth@redhat.com
Sat Dec 15 17:53:00 GMT 2001


On Sun, Dec 09, 2001 at 11:09:05PM -0800, David O'Brien wrote:
> +	# cross targeting sparc64-*-freeebsd* gets into an endless loop.
> +	case "$build,$host" in
> +		sparc64-*-freebsd*,sparc64-*-freebsd*) ;;
> +		*) echo "*** defaulting to SJLJ exceptions ***" >&2
> +		enable_sjlj_exceptions=yes ;;
> +	esac

Why?  This should be filed as a bug, not hacked around...

> +      internal_error("CM_ value is %d\n", sparc_cmodel);
>        abort();

Why?  How often do you expect this to happen?  And what information
does it give you, really?

The rest of it is ok.


r~



More information about the Gcc-patches mailing list