[rules.mk] remove duplicate HOSTCC_NOCACHE

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33088 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2012-08-10 19:07:03 +00:00
parent fa8b651b93
commit df21869cae
1 changed files with 0 additions and 1 deletions

View File

@ -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