1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 18:40:59 +03:00

Ignore -rpath-link

This commit is contained in:
Rui Ueyama 2021-03-03 20:07:41 +09:00
parent 93e226589f
commit 0f0b89cec3

View File

@ -354,6 +354,7 @@ Config parse_nonpositional_args(std::span<std::string_view> args,
} else if (read_flag(args, ")")) {
} else if (read_flag(args, "fatal-warnings")) {
} else if (read_flag(args, "disable-new-dtags")) {
} else if (read_flag(args, "rpath-link")) {
} else if (read_flag(args, "as-needed")) {
remaining.push_back("-as-needed");
} else if (read_flag(args, "no-as-needed")) {