Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Problems with some x86-Target Architecture Variants
@ 2007-08-29 11:12 Simon Pasch
  2007-08-29 11:47 ` Brad House
  2007-08-30 21:56 ` Bernhard Fischer
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Pasch @ 2007-08-29 11:12 UTC (permalink / raw)
  To: buildroot

There are missing some x86-architecture-variants in Config.in. Without
them it isn't possible to build the toolchain with build-optimization.

Perhaps someone could look over the instruction-set versions...I tried
my best to find the correct ones.

--- buildroot/Config.in.old	2007-08-29 09:15:47.000000000 +0200
+++ buildroot/Config.in	2007-08-29 12:06:04.000000000 +0200
@@ -366,9 +366,26 @@
 	default "i486"		if BR2_x86_i486
 	default "i586"		if BR2_x86_i586
 	default "i686"		if BR2_x86_i686
+	default "i686"		if BR2_x86_pentiumpro
+	default "i586"		if BR2_x86_pentium_mmx
+	default "i686"		if BR2_x86_pentium_m
+	default "i686"		if BR2_x86_pentium2
+	default "i686"		if BR2_x86_pentium3
 	default "i686"		if BR2_x86_pentium4
+	default "i686"		if BR2_x86_prescott
 	default "i686"		if BR2_x86_nocona
 	default "i686"		if BR2_x86_core2
+	default "i686"		if BR2_x86_opteron
+	default "i686"		if BR2_x86_opteron_sse3
+	default "i686"		if BR2_x86_barcelona
+	default "i586"		if BR2_x86_k6
+	default "i586"		if BR2_x86_k6_2
+	default "i686"		if BR2_x86_athlon
+	default "i686"		if BR2_x86_athlon_4
+	default "i486"		if BR2_x86_winchip_c6
+	default "i586"		if BR2_x86_winchip2
+	default "i586"		if BR2_x86_c3
+	default "i686"		if BR2_x86_geode
 	default "ia64"		if BR2_ia64
 	default "m68k"		if BR2_m68k
 	default "mips"		if BR2_mips

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-30 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 11:12 [Buildroot] Problems with some x86-Target Architecture Variants Simon Pasch
2007-08-29 11:47 ` Brad House
2007-08-30 21:56 ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox