From: jow Date: Wed, 11 Jul 2012 09:59:06 +0000 (+0000) Subject: [include] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=48ca02ef6ffdb4605bcea0aa443ab87f30825b91;p=openwrt.git [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 --- 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