On Mon, Jul 25, 2016 at 03:29:55PM -0500, Bill Schmidt wrote:
> The subject test case uses the -mprofile-kernel option, which is not
> permitted in 32-bit mode. It currently restricts the effective target
> to powerpc64, which is not sufficient when using -m32 on 64-bit hardware.
> This patch chan
Hi,
The subject test case uses the -mprofile-kernel option, which is not
permitted in 32-bit mode. It currently restricts the effective target
to powerpc64, which is not sufficient when using -m32 on 64-bit hardware.
This patch changes the effective target restriction to lp64 to correct
this.
Te