From: Tom Rini Date: Tue, 17 Nov 2015 19:04:04 +0000 (-0500) Subject: Makefile: Add RANLIB to the list of critical variables to unexport X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=344c5a20cc91b121fed625b64bece320d032b531;p=buildroot.git Makefile: Add RANLIB to the list of critical variables to unexport If RANLIB is set and we're trying to build binutils, binutils will pick this up and potentially fail to build. Signed-off-by: Tom Rini Signed-off-by: Thomas Petazzoni --- diff --git a/Makefile b/Makefile index dc657d9e57..1d691929f4 100644 --- a/Makefile +++ b/Makefile @@ -321,6 +321,7 @@ unexport ARCH unexport CC unexport CXX unexport CPP +unexport RANLIB unexport CFLAGS unexport CXXFLAGS unexport GREP_OPTIONS