1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-24 16:26:43 +03:00

[rules.mk] remove duplicate HOSTCC_NOCACHE

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33088 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-08-10 19:07:03 +00:00
parent 1156b14227
commit 860405e5d1

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