[PATCH] ppc64 & powerpc: Check whether the native CC can use -m64

Arnd Bergmann arnd at arndb.de
Thu Nov 10 04:32:36 EST 2005


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.

	Arnd <><



More information about the Linuxppc64-dev mailing list