mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
rukes.mk: this patch broken grub2 builds
Revert "rules.mk: add missing CPP definition" This reverts commit 569f74ef49bae9326a723050a400346686983d86. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
c30a70fc9f
commit
b957e455eb
2
rules.mk
2
rules.mk
@ -260,7 +260,6 @@ endif
|
||||
BUILD_KEY=$(TOPDIR)/key-build
|
||||
|
||||
TARGET_CC:=$(TARGET_CROSS)gcc
|
||||
TARGET_CPP:=$(TARGET_CROSS)cpp
|
||||
TARGET_CXX:=$(TARGET_CROSS)g++
|
||||
KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
||||
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
|
||||
@ -301,7 +300,6 @@ TARGET_CONFIGURE_OPTS = \
|
||||
NM="$(TARGET_NM)" \
|
||||
CC="$(TARGET_CC)" \
|
||||
GCC="$(TARGET_CC)" \
|
||||
CPP="$(TARGET_CPP)" \
|
||||
CXX="$(TARGET_CXX)" \
|
||||
RANLIB="$(TARGET_RANLIB)" \
|
||||
STRIP=$(TARGET_CROSS)strip \
|
||||
|
Loading…
x
Reference in New Issue
Block a user