* [Buildroot] [PATCH] target/arch: x86/prescott doesn't define BR2_ARCH, fix it
@ 2012-05-09 16:19 Gustavo Zacarias
2012-05-09 20:16 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2012-05-09 16:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
target/Config.in.arch | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/target/Config.in.arch b/target/Config.in.arch
index 3b787ad..25ff750 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -590,6 +590,7 @@ config BR2_ARCH
default "i686" if BR2_x86_pentium4
default "i686" if BR2_x86_pentium_m
default "i686" if BR2_x86_pentiumpro
+ default "i686" if BR2_x86_prescott
default "i686" if BR2_x86_nocona
default "i686" if BR2_x86_core2
default "i686" if BR2_x86_atom
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-09 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 16:19 [Buildroot] [PATCH] target/arch: x86/prescott doesn't define BR2_ARCH, fix it Gustavo Zacarias
2012-05-09 20:16 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox