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
This commit is contained in:
parent
00e393ca04
commit
76c7f3dac9
@ -37,7 +37,7 @@ ALL_TARGET+= all-gprof
|
|||||||
INSTALL_TARGET+=install-gprof
|
INSTALL_TARGET+=install-gprof
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(__MINIX)
|
.if defined(__MINIX) && ${HAVE_GOLD:Uyes} != "no"
|
||||||
ALL_TARGET+= all-gold
|
ALL_TARGET+= all-gold
|
||||||
INSTALL_TARGET+=install-gold
|
INSTALL_TARGET+=install-gold
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user