mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia
SVN-Revision: 14467
This commit is contained in:
parent
af290a63dc
commit
e199317af3
@ -50,8 +50,8 @@ CONFIGURE_ARGS = \
|
||||
--sysconfdir=/etc \
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
BUILD_CC=$(HOSTCC) \
|
||||
TARGET_CC=$(TARGET_CC) \
|
||||
BUILD_CC="$(HOSTCC)" \
|
||||
TARGET_CC="$(TARGET_CC)" \
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
||||
|
Loading…
x
Reference in New Issue
Block a user