toolchain: fix r26004
[openwrt/staging/mkresin.git] / toolchain / Config.in
index 84b50bbd0a4bb3d575baee0265ad666f0ac4341d..540ae067cbdd57cc536722d67b308cb1fa18e0a4 100644 (file)
@@ -89,6 +89,7 @@ menuconfig TOOLCHAINOPTS
 menuconfig EXTRA_TARGET_ARCH
        bool
        prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
+       depends !sparc
        default y       if powerpc64
        default n
        help
@@ -194,6 +195,11 @@ config LIBC_VERSION
        default GLIBC_VERSION   if USE_GLIBC
        default UCLIBC_VERSION  if USE_UCLIBC
 
+config EABI_SUPPORT
+       bool
+       depends arm||armeb
+       default y
+
 config TARGET_SUFFIX
        string
        default "gnueabi"         if (USE_EGLIBC || USE_GLIBC) && EABI_SUPPORT