build-style/void-cross: explicitly enable plugins in binutils
this is already enabled implicitly based on checks, but might as well make it explicit; it does not actually make any practical difference though
This commit is contained in:
parent
50e08054f7
commit
e44dfff752
|
@ -67,6 +67,7 @@ _void_cross_build_binutils() {
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--disable-gold \
|
--disable-gold \
|
||||||
--enable-relro \
|
--enable-relro \
|
||||||
|
--enable-plugins \
|
||||||
--enable-64-bit-bfd \
|
--enable-64-bit-bfd \
|
||||||
--enable-deterministic-archives \
|
--enable-deterministic-archives \
|
||||||
--enable-default-hash-style=gnu \
|
--enable-default-hash-style=gnu \
|
||||||
|
|
Loading…
Reference in New Issue