From 48ca02ef6ffdb4605bcea0aa443ab87f30825b91 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 11 Jul 2012 09:59:06 +0000 Subject: [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 --- include/toplevel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/toplevel.mk b/include/toplevel.mk index 4c76fb8b0..c25b8a51e 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 -- cgit v1.2.3