X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bcf5f70a6859b4ef275c8a63f001b5caf9eac6a3..1d8d2242239ca0472eb9a168f911fdc88f5bf53f:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index eb0f0987e..75bb315cc 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -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)" \