minimal-bootstrap.binutils: --disable-{gold,plugins}

This commit is contained in:
Ben Siraphob 2026-05-06 17:34:32 +00:00
commit 08521f3b58
2 changed files with 4 additions and 0 deletions

View file

@ -54,6 +54,8 @@ let
# libbfd and libopcodes into a default visibility. Drop default lib
# path to force users to declare their use of these libraries.
"--with-lib-path=:"
"--disable-gold"
"--disable-plugins"
];
in
bash.runCommand "${pname}-${version}"

View file

@ -56,6 +56,8 @@ let
# libbfd and libopcodes into a default visibility. Drop default lib
# path to force users to declare their use of these libraries.
"--with-lib-path=:"
"--disable-gold"
"--disable-plugins"
];
in
bash.runCommand "${pname}-${version}"