Browse Source

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

SVN-Revision: 32663
Jo-Philipp Wich 13 năm trước cách đây
mục cha
commit
64f5b45d8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/toplevel.mk

+ 1 - 1
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