Force MK_GDB to no if MK_BINUTILS == no
This is currently encoded in conditional blocks in gnu/lib/Makefile and gnu/usr.bin/Makefile. Set it via src.opts.mk to make GDB's dependency on binutils more clear.
This commit is contained in:
parent
dcc0ff5a52
commit
fa0b35857f
@ -300,6 +300,10 @@ MK_${var}:= no
|
||||
MK_LLVM_LIBUNWIND:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_BINUTILS} == "no"
|
||||
MK_GDB:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_LIBPTHREAD} == "no"
|
||||
MK_LIBTHR:= no
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user