make fpu emulation support configurable through kernel_menuconfig by adding a prompt...
[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)" \
This page took 0.02078 seconds and 4 git commands to generate.