Commit 344c5a20 authored by Tom Rini's avatar Tom Rini Committed by Thomas Petazzoni
Browse files

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: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b820f111
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -321,6 +321,7 @@ unexport ARCH
unexport CC
unexport CXX
unexport CPP
unexport RANLIB
unexport CFLAGS
unexport CXXFLAGS
unexport GREP_OPTIONS