toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up

SVN-Revision: 32663
This commit is contained in:
Jo-Philipp Wich 2012-07-11 09:59:06 +00:00
parent 0000ce2271
commit 64f5b45d8f
1 changed files with 1 additions and 1 deletions

View File

@ -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