From: Jo-Philipp Wich Date: Wed, 11 Jul 2012 09:59:06 +0000 (+0000) Subject: toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the build... X-Git-Tag: reboot~13409 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=64f5b45d8f104831e94b28b3337fcea0a623e77b;p=openwrt%2Fopenwrt.git toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up SVN-Revision: 32663 --- 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