aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-07-11 09:59:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-07-11 09:59:06 +0000
commit7ca8b5598ad2207d5d1e54816e53e44cf21856c3 (patch)
tree733db3466b4698bd559b0782a6c836c725e66241 /include/toplevel.mk
parent482c57ba79f2a11241e6d40ec5402d2533e36edd (diff)
downloadmaster-187ad058-7ca8b5598ad2207d5d1e54816e53e44cf21856c3.tar.gz
master-187ad058-7ca8b5598ad2207d5d1e54816e53e44cf21856c3.tar.bz2
master-187ad058-7ca8b5598ad2207d5d1e54816e53e44cf21856c3.zip
[include] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32663 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 4c76fb8b01..c25b8a51e5 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 CROSS_COMPILE
+unexport C_INCLUDE_PATH CROSS_COMPILE ARCH
# prevent distro default LPATH from interfering
unexport LPATH