[PATCH] FreeBSD SPARC allow target to be set via -mcpu and enable TLS

2011-03-22 Thread Marius Strobl
Hi, the following patch changes the GCC configuration for FreeBSD SPARC (we only support 64-bit v9 there) so that the target CPU type may be set via -mcpu instead of limiting to the hardcoded equivalent of -mcpu=ultrasparc and TLS support is enabled if available. Both changes are also present in

Re: [PATCH] FreeBSD SPARC allow target to be set via -mcpu and enable TLS

2011-03-22 Thread Loren J. Rittle
Approved. On Tue, Mar 22, 2011 at 10:06 AM, Marius Strobl mar...@freebsd.org wrote: 2011-03-22  Marius Strobl mar...@freebsd.org        * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...        (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.        (TARGET_GNU_TLS, TARGET_SUN_TLS):