fix mksh compile with ccache
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6871 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b4f4bad9f3
commit
b30948dd36
@ -31,8 +31,8 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
cd $(PKG_BUILD_DIR); \
|
cd $(PKG_BUILD_DIR); \
|
||||||
CC=$(TARGET_CC) \
|
CC="$(TARGET_CC)" \
|
||||||
TARGET_OS=$(shell uname -s) \
|
TARGET_OS="$(shell uname -s)" \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-DMKSH_SMALL=1" \
|
CPPFLAGS="-DMKSH_SMALL=1" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user