diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-06 13:46:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-06 13:46:00 +0000 |
commit | 8068562453d7e4f97b326e8f0a8d06730861f690 (patch) | |
tree | fae5eedb76b586c46c207b164b82c66eb2f3d74c | |
parent | b17afa9f6596737f23124cfce98cf1defc6e7ab7 (diff) | |
download | upstream-8068562453d7e4f97b326e8f0a8d06730861f690.tar.gz upstream-8068562453d7e4f97b326e8f0a8d06730861f690.tar.bz2 upstream-8068562453d7e4f97b326e8f0a8d06730861f690.zip |
build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes #11603)
SVN-Revision: 32081
-rw-r--r-- | include/toplevel.mk | 2 |
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 |