BR2_ARCH definition was missing for 32-bit AMD architecture variants.
authorArnout Vandecappelle (Essensium - Mind) <arnout@mind.be>
Mon, 4 Jul 2011 14:37:20 +0000 (16:37 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 7 Jul 2011 19:40:37 +0000 (21:40 +0200)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
target/Config.in.arch

index 23946e8772c45113584063c1d6d1ba993a4fcecc..91956ec0111830bc4d1726d64e605f6d919576ef 100644 (file)
@@ -478,6 +478,13 @@ config BR2_ARCH
        default "i686"          if BR2_x86_pentiumpro
        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 "i686"          if BR2_x86_k6
+       default "i686"          if BR2_x86_k6_2
+       default "i686"          if BR2_x86_athlon
+       default "i686"          if BR2_x86_athlon_4
        default "m68k"          if BR2_m68k
        default "mips"          if BR2_mips
        default "mipsel"        if BR2_mipsel