ar71xx: sync 2.6.30 kernel config
[10.03/openwrt.git] / package / busybox / Makefile
index eb0f098..75bb315 100644 (file)
@@ -59,6 +59,10 @@ define Build/Configure
                oldconfig
 endef
 
+ifdef CONFIG_GCC_VERSION_LLVM
+  TARGET_CFLAGS += -fnested-functions
+endif
+
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                CC="$(TARGET_CC)" \