[Bug 442507] Review Request: libspe2 - SPE Runtime Management Library

bugzilla at redhat.com bugzilla at redhat.com
Sat May 31 07:33:58 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libspe2 - SPE Runtime Management Library


https://bugzilla.redhat.com/show_bug.cgi?id=442507





------- Additional Comments From jroth at linux.vnet.ibm.com  2008-05-31 03:33 EST -------
It looks like you are trying to build on a non ppc system. 
/opt/cell/bin/ppu-gcc would refer to the cross-compiler when building on x86. 

The make.defines evaluates that with the following command: 
X86 = $(shell if ! uname -m | grep ppc ; then echo 1 ; fi)

So if X86 contains one /opt/cell/bin/ppu-gcc is used instead of the native
system gcc compiler. 

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list