[Buildroot] [PATCH] Add sam-ba to at91sam926*_defconfig

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Apr 16 12:34:29 UTC 2012


On 19:04 Sun 15 Apr     , Peter Korsgaard wrote:
> >>>>> "Jean-Christophe" == Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> writes:
> 
> Hi,
> 
>  >> You build buildroot ON ARM/PPC? That's very uncommon (well, gcc110 is
>  >> ppc64 - But still). Nevertheless, nothing breaks by including sam-ba in
>  >> the build, your host dir just gets a little bit bigger. In this case I
>  >> would say the advantage for the common case (build on x86 for at91
>  >> development) outweighs the minor disadvantage for your use case.
> 
>  Jean-Christophe> I've a quad Arm and a quad G4
> 
> Both of those are significantly slower than a recent x86, but all the
> power to you for using it.
> 
>  Jean-Christophe> except you expect a packet you install to work I
>  Jean-Christophe> expect to detect the HOST type and propose it only if
>  Jean-Christophe> it work
> 
> We don't have any concept of host type in Kconfig, so I don't see how we
> could possibly do that.
I did it on dtc

HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
	    sed -e 's/\(cygwin\).*/cygwin/')

this work on unix

Best Regards,
J.



More information about the buildroot mailing list