|
@@ -407,27 +407,27 @@ ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
|
# Hide troublesome environment variables from sub processes
|
|
# Hide troublesome environment variables from sub processes
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
-unexport CROSS_COMPILE
|
|
|
|
|
|
+unexport AR
|
|
unexport ARCH
|
|
unexport ARCH
|
|
unexport CC
|
|
unexport CC
|
|
-unexport LD
|
|
|
|
-unexport AR
|
|
|
|
-unexport CXX
|
|
|
|
-unexport CPP
|
|
|
|
-unexport RANLIB
|
|
|
|
unexport CFLAGS
|
|
unexport CFLAGS
|
|
|
|
+unexport CONFIG_SITE
|
|
|
|
+unexport CPP
|
|
|
|
+unexport CROSS_COMPILE
|
|
|
|
+unexport CXX
|
|
unexport CXXFLAGS
|
|
unexport CXXFLAGS
|
|
|
|
+unexport DEVICE_TREE
|
|
|
|
+unexport GCC_COLORS
|
|
unexport GREP_OPTIONS
|
|
unexport GREP_OPTIONS
|
|
-unexport TAR_OPTIONS
|
|
|
|
-unexport CONFIG_SITE
|
|
|
|
-unexport QMAKESPEC
|
|
|
|
-unexport TERMINFO
|
|
|
|
|
|
+unexport LD
|
|
unexport MACHINE
|
|
unexport MACHINE
|
|
unexport O
|
|
unexport O
|
|
-unexport GCC_COLORS
|
|
|
|
-unexport PLATFORM
|
|
|
|
unexport OS
|
|
unexport OS
|
|
-unexport DEVICE_TREE
|
|
|
|
|
|
+unexport PLATFORM
|
|
|
|
+unexport QMAKESPEC
|
|
|
|
+unexport RANLIB
|
|
|
|
+unexport TAR_OPTIONS
|
|
|
|
+unexport TERMINFO
|
|
|
|
|
|
GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)
|
|
GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)
|
|
|
|
|