From: Ian Munsie Date: Mon, 23 Sep 2013 02:05:11 +0000 (+1000) Subject: powerpc: Add ability to build little endian kernels X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72b08017161ab385d4ae080ea415c9eb7ceef83;p=pandora-kernel.git powerpc: Add ability to build little endian kernels This patch allows the kbuild system to successfully compile a kernel for the little endian PowerPC64 architecture. A subsequent patch will add the CONFIG_CPU_LITTLE_ENDIAN kernel config option which must be set to build such a kernel. If cross compiling, CROSS_COMPILE must point to a suitable toolchain (compiled for the powerpc64le-linux and powerpcle-linux targets). Signed-off-by: Ian Munsie Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed