diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-11 09:59:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-11 09:59:06 +0000 |
commit | 64f5b45d8f104831e94b28b3337fcea0a623e77b (patch) | |
tree | d9359825528775a271a44d10d9c8dc0a1d90d877 | |
parent | 0000ce2271077c3d233d8498f7963ad78502a1f2 (diff) | |
download | upstream-64f5b45d8f104831e94b28b3337fcea0a623e77b.tar.gz upstream-64f5b45d8f104831e94b28b3337fcea0a623e77b.tar.bz2 upstream-64f5b45d8f104831e94b28b3337fcea0a623e77b.zip |
toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up
SVN-Revision: 32663
-rw-r--r-- | include/toplevel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |