toolchain: mark eglibc/glibc as broken in backfire
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jun 2012 12:49:28 +0000 (12:49 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jun 2012 12:49:28 +0000 (12:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@32105 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/Config.in

index e9ace01..5d63bed 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"