build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 6 Jun 2012 13:46:00 +0000 (13:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 6 Jun 2012 13:46:00 +0000 (13:46 +0000)
SVN-Revision: 32081

include/toplevel.mk

index f4a2ee06038a95f0ca2f1d936e286de18d30dfcf..4c76fb8b017d5894f4162bef5c8f1d834f0a0dc6 100644 (file)
@@ -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