projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b444904
)
build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Jun 2012 13:46:00 +0000
(13:46 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Jun 2012 13:46:00 +0000
(13:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32081
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index
f4a2ee0
..
4c76fb8
100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-32,7
+32,7
@@
unexport P4PORT P4USER P4CONFIG P4CLIENT
# prevent user defaults for quilt from interfering
unexport QUILT_PATCHES QUILT_PATCH_OPTS
-unexport C_INCLUDE_PATH
+unexport C_INCLUDE_PATH
CROSS_COMPILE
# prevent distro default LPATH from interfering
unexport LPATH