aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-08-10 19:07:03 +0000
committerJohn Crispin <blogic@openwrt.org>2012-08-10 19:07:03 +0000
commitdf21869caed370aa83c022bd66f3998e979f157f (patch)
treeb5e19e290fdf90223bb030c8d9d9696b35700628 /rules.mk
parentfa8b651b932b658d904d4f2f202dc3bcf9a02ede (diff)
downloadupstream-df21869caed370aa83c022bd66f3998e979f157f.tar.gz
upstream-df21869caed370aa83c022bd66f3998e979f157f.tar.bz2
upstream-df21869caed370aa83c022bd66f3998e979f157f.zip
[rules.mk] remove duplicate HOSTCC_NOCACHE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index abb961e7de..b7bad1ca54 100644
--- a/rules.mk
+++ b/rules.mk
@@ -173,7 +173,6 @@ PKG_CONFIG:=$(STAGING_DIR_HOST)/bin/pkg-config
export PKG_CONFIG
HOSTCC:=gcc
-HOSTCC_NOCACHE:=$(HOSTCC)
HOST_CFLAGS:=-O2 -I$(STAGING_DIR_HOST)/include
HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib