projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30a70f
)
rukes.mk: this patch broken grub2 builds
author
John Crispin
<john@phrozen.org>
Fri, 1 Sep 2017 08:17:02 +0000
(10:17 +0200)
committer
John Crispin
<john@phrozen.org>
Fri, 1 Sep 2017 08:17:22 +0000
(10:17 +0200)
Revert "rules.mk: add missing CPP definition"
This reverts commit
569f74ef49bae9326a723050a400346686983d86
.
Signed-off-by: John Crispin <john@phrozen.org>
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index 43d8efe90db757a4342202cb87d4dc374dc6b385..ed796a54024adc4d4cbcb13d46a03bf6e0c1c8f5 100644
(file)
--- a/
rules.mk
+++ b/
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 \