| Date | Wed, 13 Nov 2013 10:55:53 +0530 | From | Vineet Gupta <> | Subject | Re: [PATCH 00/17] <asm/sections.h> related cleanups |
| |
On 11/13/2013 01:12 AM, Geert Uytterhoeven wrote: > Most of this has been compile-tested. Notable exceptions are the changes > to arc, c6x, and score code, due to lack of cross-compilers.
Mainline buildroot will enable you to build a cross compiler for ARC. It is not relocatable (pending issue in Buildroot itself) but should suffice your needs.
Then a defconfig kernel build will be good enough (allmodconfig tends to select a uncommon configuration - e.g. Big endian, -Os and since the default tools are not multilib'ed, it will fail to link.
To avoid fiailure all*config builds I probably need to invert a few config items on ARC (CONFIG_CPU_BIG_ENDIAN => CONFIG_CPU_LITTLE_ENDIAN)
|