1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 18:02:30 +03:00

Ignore -nostdlib

This commit is contained in:
Rui Ueyama 2021-05-26 17:18:26 +09:00
parent a26586138e
commit c58071ff1c
2 changed files with 2 additions and 0 deletions

View File

@ -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")) {

View File

@ -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"