From: Felix Fietkau Date: Wed, 6 Jun 2012 13:46:00 +0000 (+0000) Subject: build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes... X-Git-Tag: reboot~13685 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8068562453d7e4f97b326e8f0a8d06730861f690;p=openwrt%2Fstaging%2Fxback.git build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes #11603) SVN-Revision: 32081 --- 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