* [Buildroot] [PATCH] Makefile: Add RANLIB to the list of critical variables to unexport
@ 2015-11-17 19:04 Tom Rini
2015-12-22 10:16 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2015-11-17 19:04 UTC (permalink / raw)
To: buildroot
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@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Makefile: Add RANLIB to the list of critical variables to unexport
2015-11-17 19:04 [Buildroot] [PATCH] Makefile: Add RANLIB to the list of critical variables to unexport Tom Rini
@ 2015-12-22 10:16 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-22 10:16 UTC (permalink / raw)
To: buildroot
Tom,
On Tue, 17 Nov 2015 14:04:04 -0500, Tom Rini wrote:
> 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@konsulko.com>
> ---
> Makefile | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-22 10:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-17 19:04 [Buildroot] [PATCH] Makefile: Add RANLIB to the list of critical variables to unexport Tom Rini
2015-12-22 10:16 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox