Defer to clang for --hash-style.

We fixed the clang driver to "do the right thing" based on target api level years ago, but these manual workarounds predate that (or were copy & pasted from places that predated that). We don't need them any more.

See https://github.com/android/ndk/issues/2005 for more detail.

Change-Id: I995741b8606e389e8de8272f1cc532624516245a
This commit is contained in:
Elliott Hughes
2024-03-19 20:19:23 +00:00
parent 97409cd9a2
commit b48fb83936
8 changed files with 1 additions and 20 deletions

View File

@@ -42,7 +42,6 @@ var (
"-Wl,-z,now",
"-Wl,--build-id=md5",
"-Wl,--fatal-warnings",
"-Wl,--hash-style=gnu",
"-Wl,--no-undefined-version",
}