On Mon, Oct 1, 2012 at 7:11 PM, Michael Meissner
<meiss...@linux.vnet.ibm.com> wrote:
> 2012-10-01  Michael Meissner  <meiss...@linux.vnet.ibm.com>
>
>         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
>         -mcpu=<xxx> is not specified and the compiler is not configured
>         using --with-cpu=<xxx>, use the bits from the TARGET_DEFAULT to
>         set the initial options.
>
> I reworked the patch to allow TARGET_DEFAULT bits to be set if there is no
> -mcpu=<xxx> and the compiler was not configured using --with-cpu=<xxx>, so 
> that
> we don't first clear all of the ISA bits, set them from the cpu, and then 
> merge
> back in the TARGET_DEFAULT bits.

This version of the patch is good.

Thanks, David

Reply via email to