From 76c7f3dac9e3d9b44dd3e1149eedba8b175383ba Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Mon, 29 Aug 2016 14:12:06 +0200 Subject: [PATCH] Obey HAVE_GOLD=no to no intent to build gold This is useful when the host C++ compiler is broken or not compliant. Change-Id: I09933e81ae07e95e5696b177cd4670cab33ce6c1 --- tools/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binutils/Makefile b/tools/binutils/Makefile index 79fa6a822..1878deca8 100644 --- a/tools/binutils/Makefile +++ b/tools/binutils/Makefile @@ -37,7 +37,7 @@ ALL_TARGET+= all-gprof INSTALL_TARGET+=install-gprof .endif -.if defined(__MINIX) +.if defined(__MINIX) && ${HAVE_GOLD:Uyes} != "no" ALL_TARGET+= all-gold INSTALL_TARGET+=install-gold -- 2.44.0