* [Buildroot] ARCH not being sent by make menuconfig for "geode" - kernel compile fails to start
@ 2009-06-15 16:36 pwalters21 at cox.net
2009-06-15 18:34 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: pwalters21 at cox.net @ 2009-06-15 16:36 UTC (permalink / raw)
To: buildroot
When "Target Architecture Variant" is selected as 'geode', BR2_ARCH in
.config is not set at all, and as result the toolchain fails to build.
I've seen this topic here about a year ago along with a patch to fix it.
Unfortuantely the fix has never been adopted. (
http://lists.busybox.net/pipermail/buildroot/2007-July/003704.html )
Please can we get this patch into target/Config.in.arch?
Patch against buildroot-2009.05 file: target/Config.in.arch attached
below:
*** old/Config.in.arch 2009-06-15 09:04:25.000000000 -0700
--- Config.in.arch 2009-06-15 09:05:07.000000000 -0700
***************
*** 465,470 ****
--- 465,471 ----
default "i486" if BR2_x86_i486
default "i586" if BR2_x86_i586
default "i586" if BR2_x86_pentium_mmx
+ default "i586" if BR2_x86_geode
default "i686" if BR2_x86_i686
default "i686" if BR2_x86_pentium2
default "i686" if BR2_x86_pentium3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-15 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 16:36 [Buildroot] ARCH not being sent by make menuconfig for "geode" - kernel compile fails to start pwalters21 at cox.net
2009-06-15 18:34 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox