fix default ARCH setting
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Oct 2006 10:11:54 +0000 (10:11 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Oct 2006 10:11:54 +0000 (10:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4942 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/Config.in

index 1fe52fd07cafb2a99dbf0a92d677f14a4c0d582f..881c6fbc7a433843ee5fada04e975612d8b4cd71 100644 (file)
@@ -271,11 +271,12 @@ config ARCH
        default "i386"    if i386
        default "m68k"    if m68k
        default "mips"    if mips
-       default "mipsel"  if mipsel || !DEVEL
+       default "mipsel"  if mipsel
        default "powerpc" if powerpc
        default "sh3"     if sh3
        default "sh3eb"   if sh3eb
        default "sh4"     if sh4
        default "sh4eb"   if sh4eb
        default "sparc"   if sparc
+       default "mipsel"  if !DEVEL