toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the build...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 11 Jul 2012 09:59:06 +0000 (09:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 11 Jul 2012 09:59:06 +0000 (09:59 +0000)
SVN-Revision: 32663

include/toplevel.mk

index 4c76fb8b017d5894f4162bef5c8f1d834f0a0dc6..c25b8a51e5f337695cadeaa17eaaaf1fb9687a81 100644 (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