Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
toolchain: remove leftovers from old llvm-gcc experiments
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44783 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Mar 15, 2015
1 parent 8d7ab09 commit b962b65
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 89 deletions.
4 changes: 0 additions & 4 deletions package/utils/busybox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ define Build/Configure
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
Expand Down
5 changes: 0 additions & 5 deletions toolchain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
$(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
Expand Down
44 changes: 0 additions & 44 deletions toolchain/llvm/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions toolchain/llvm/patches/100-darwin_arch_auto.patch

This file was deleted.

16 changes: 0 additions & 16 deletions toolchain/llvm/patches/110-darwin_version_detect.patch

This file was deleted.

2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ curdir:=tools
# 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
Expand Down

0 comments on commit b962b65

Please sign in to comment.