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

Tom Rini trini at konsulko.com
Tue Nov 17 19:04:04 UTC 2015


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>
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 80c264f..b2b4b3c 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
-- 
1.7.9.5



More information about the buildroot mailing list