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