[PATCH] ppc64 & powerpc: Check whether the native CC can use -m64
Hollis Blanchard
hollis at penguinppc.org
Thu Nov 10 10:52:14 EST 2005
On Nov 9, 2005, at 11:32 AM, Arnd Bergmann wrote:
> On Middeweken 09 November 2005 18:08, Daniel Ostrow wrote:
>
>> +NATIVE64 := $(call cc-option-yn, -m64)
>> +ifeq ($(NATIVE64),n)
>> +CROSS_COMPILE := powerpc64-unknown-linux-gnu-
>> +endif
>> +
>
> But now you're using powerpc64-unknown-linux-gnu- instead
> of powerpc64-linux-. I don't know which one is more widely
> used, but at least the debian packages I'm using have
> 'powerpc64-linux' only.
Crosstool produces the longer name.
-Hollis
More information about the Linuxppc64-dev
mailing list