On 07/28/2011 06:29 AM, Rainer Orth wrote:
> +{ IMPLVER_EV6_FAMILY, AMASK_BWX|AMASK_MVI|AMASK_FIX, "ev6" },
> +{ IMPLVER_EV5_FAMILY, AMASK_BWX, "ev56" },
In between is the pca56 with BWX+MVI.
Otherwise ok.
r~
Richard Henderson writes:
> On 07/27/2011 04:57 AM, Rainer Orth wrote:
>> The following patch does so for -mcpu=native/-mtune=native on Tru64
>> UNIX, using getsysinfo(2). A non-bootstrap C-only build is currently
>> running, the options above work as expected.
>
> I hadn't realized that the =na
On 07/27/2011 04:57 AM, Rainer Orth wrote:
> The following patch does so for -mcpu=native/-mtune=native on Tru64
> UNIX, using getsysinfo(2). A non-bootstrap C-only build is currently
> running, the options above work as expected.
I hadn't realized that the =native detection wasn't being done
via
I had long meant to support -mcpu=native on my targets. Now I finally
got around to implementing it.
The following patch does so for -mcpu=native/-mtune=native on Tru64
UNIX, using getsysinfo(2). A non-bootstrap C-only build is currently
running, the options above work as expected.
Ok for mainl