mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
minimal-bootstrap.binutils: --disable-{gold,plugins}
This commit is contained in:
parent
b926d50aaf
commit
08521f3b58
2 changed files with 4 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue