Author: nbd Date: 2015-03-15 13:03:01 +0100 (Sun, 15 Mar 2015) New Revision: 44783
Removed: trunk/toolchain/llvm/ Modified: trunk/package/utils/busybox/Makefile trunk/toolchain/Makefile trunk/tools/Makefile Log: toolchain: remove leftovers from old llvm-gcc experiments Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/utils/busybox/Makefile =================================================================== --- trunk/package/utils/busybox/Makefile 2015-03-15 11:08:10 UTC (rev 44782) +++ trunk/package/utils/busybox/Makefile 2015-03-15 12:03:01 UTC (rev 44783) @@ -69,10 +69,6 @@ oldconfig endef -ifdef CONFIG_GCC_VERSION_LLVM - TARGET_CFLAGS += -fnested-functions -endif - LDLIBS:=m crypt ifdef CONFIG_BUSYBOX_USE_LIBRPC TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include Modified: trunk/toolchain/Makefile =================================================================== --- trunk/toolchain/Makefile 2015-03-15 11:08:10 UTC (rev 44782) +++ trunk/toolchain/Makefile 2015-03-15 12:03:01 UTC (rev 44783) @@ -51,11 +51,6 @@ $(curdir)/$(LIBC)/utils/prepare:=$(curdir)/$(LIBC)/headers/prepare endif -ifdef CONFIG_GCC_VERSION_LLVM - $(curdir)/builddirs += llvm - $(curdir)/gcc/minimal/compile += $(curdir)/llvm/install -endif - ifndef DUMP_TARGET_DB ifneq ($(ARCH),) $(TOOLCHAIN_DIR)/info.mk: .config Modified: trunk/tools/Makefile =================================================================== --- trunk/tools/Makefile 2015-03-15 11:08:10 UTC (rev 44782) +++ trunk/tools/Makefile 2015-03-15 12:03:01 UTC (rev 44783) @@ -11,7 +11,7 @@ # subdirectories to descend into tools-y := -ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN)$(CONFIG_GCC_LLVM),) +ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) BUILD_TOOLCHAIN := y endif ifdef CONFIG_GCC_USE_GRAPHITE _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
