[Buildroot] [git commit] Makefile: Add RANLIB to the list of critical variables to unexport

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Dec 22 10:07:08 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=344c5a20cc91b121fed625b64bece320d032b531
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <trini at konsulko.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index dc657d9..1d69192 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


More information about the buildroot mailing list