toolchain: mark eglibc/glibc as broken in backfire
authorFelix Fietkau <nbd@openwrt.org>
Thu, 7 Jun 2012 12:49:28 +0000 (12:49 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 7 Jun 2012 12:49:28 +0000 (12:49 +0000)
SVN-Revision: 32105

toolchain/Config.in

index e9ace012e25540bd4a9a3146177b9f9535189ea1..5d63bed386a4c32312605524d7394a3d01728fb0 100644 (file)
@@ -148,10 +148,12 @@ choice
        config USE_EGLIBC
                bool "Use eglibc"
                depends !avr32
+               depends BROKEN
        
        config USE_GLIBC
                bool "Use glibc"
                depends !avr32
+               depends BROKEN
        
        config USE_UCLIBC
                bool "Use uClibc"