OSDN Git Service

handle i386 TARGET_SUBARCH
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 13 Jun 2010 08:57:58 +0000 (10:57 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 13 Jun 2010 08:57:58 +0000 (10:57 +0200)
so we can pick the correct nptl locking impls

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
extra/Configs/Config.in

index 6803659..431d1f6 100644 (file)
@@ -224,6 +224,10 @@ config TARGET_SUBARCH
        default "e500" if CONFIG_E500
        default "classic" if CONFIG_CLASSIC
        default "sh4" if CONFIG_SH4
+       default "" if CONFIG_GENERIC_386 || CONFIG_386
+       default "i486" if CONFIG_486
+       default "i586" if CONFIG_586 || CONFIG_586MMX
+       default "i686" if TARGET_ARCH = "i386"
        default ""
 
 source "extra/Configs/Config.in.arch"