From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 16 Apr 2012 14:34:29 +0200 Subject: [Buildroot] [PATCH] Add sam-ba to at91sam926*_defconfig In-Reply-To: <87ty0l9b9l.fsf@macbook.be.48ers.dk> References: <1334149610-989-1-git-send-email-alexandre.belloni@piout.net> <20120411153529.73613e03@skate> <20120411135031.GS29577@game.jcrosoft.org> <87hawlbbdc.fsf@macbook.be.48ers.dk> <20120415135655.GN30672@game.jcrosoft.org> <87ty0l9b9l.fsf@macbook.be.48ers.dk> Message-ID: <20120416123429.GO16641@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 19:04 Sun 15 Apr , Peter Korsgaard wrote: > >>>>> "Jean-Christophe" == Jean-Christophe PLAGNIOL-VILLARD 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.