[PATCH] Set goarch to ppc64le where needed for gccgo testing

Lynn A. Boger laboger@linux.vnet.ibm.com
Wed Nov 19 19:08:00 GMT 2014


Sorry.  I ran 'make check-go' assuming it ran both m32 and m64 on a 
ppc64 machine.  I'll fix and retest.

On 11/19/2014 10:08 AM, Segher Boessenkool wrote:
> On Wed, Nov 19, 2014 at 09:01:35AM -0600, Lynn A. Boger wrote:
>> +       "powerpc-*-*" {
>> +           set goarch "ppc"
>>          }
>> +       "powerpc64-*-*" {
>> +           set goarch "ppc64"
>> +       }
>> +       "powerpc64le-*-*" {
>> +           set goarch "ppc64le"
>> +       }
> I don't think this will work with e.g.
>    make check RUNTESTFLAGS="--target_board=unix'{-m64,-m32}'"
> ?
>
>
> Segher
>
>
>



More information about the Gcc-patches mailing list