From 64f5b45d8f104831e94b28b3337fcea0a623e77b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 11 Jul 2012 09:59:06 +0000 Subject: [PATCH] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up SVN-Revision: 32663 --- include/toplevel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2