aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-06 13:46:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-06 13:46:00 +0000
commit30655eb8774efe5793bfcace20f2793c06ba5198 (patch)
treea1d7245b9aafe8cf91eddab9ac0489ba709b05d5 /include/toplevel.mk
parent667d0f4ff632a1d996019b3065cf99c38fbb9bdc (diff)
downloadmaster-187ad058-30655eb8774efe5793bfcace20f2793c06ba5198.tar.gz
master-187ad058-30655eb8774efe5793bfcace20f2793c06ba5198.tar.bz2
master-187ad058-30655eb8774efe5793bfcace20f2793c06ba5198.zip
build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes #11603)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32081 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index f4a2ee0603..4c76fb8b01 100644
--- 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