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 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"