mirror of
https://github.com/rui314/mold.git
synced 2024-12-26 18:02:30 +03:00
Ignore -nostdlib
This commit is contained in:
parent
a26586138e
commit
c58071ff1c
@ -637,6 +637,7 @@ void parse_nonpositional_args(Context<E> &ctx,
|
||||
} else if (read_flag(args, "fatal-warnings")) {
|
||||
} else if (read_flag(args, "enable-new-dtags")) {
|
||||
} else if (read_flag(args, "disable-new-dtags")) {
|
||||
} else if (read_flag(args, "nostdlib")) {
|
||||
} else if (read_flag(args, "allow-shlib-undefined")) {
|
||||
} else if (read_flag(args, "no-allow-shlib-undefined")) {
|
||||
} else if (read_flag(args, "no-copy-dt-needed-entries")) {
|
||||
|
@ -585,6 +585,7 @@ Mark object to interpose all DSOs but executable
|
||||
.IP "\fB\-\-no\-allow\-shlib\-undefined\fR"
|
||||
.IP "\fB\-\-no\-copy\-dt\-needed\-entries\fR"
|
||||
.IP "\fB\-\-no\-fatal\-warnings\fR"
|
||||
.IP "\fB\-\-nostdlib\fR"
|
||||
.IP "\fB\-\-plugin\-opt\fR"
|
||||
.IP "\fB\-\-plugin\fR"
|
||||
.IP "\fB\-\-rpath\-link\fR=\fIdir\fR"
|
||||
|
Loading…
Reference in New Issue
Block a user