X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9dfc3e34ee54d00b68cc4cbb5cddcfa588fd07fb..fff402496f0a37d91dc15cb64e24ac2e01f4fbb5:/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)" \