Switch to libunwind to remove dependency on libgcc for musl am: 441898c285
am: b7ea2f5c7e
am: d1b5f338e5
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1983628 Change-Id: I015e1b22dbcc2dbfdd9c2eb053d8ae94bfd8fcd7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a152356349
2 changed files with 0 additions and 3 deletions
|
@ -65,7 +65,6 @@ var (
|
|||
|
||||
linuxMuslLdflags = []string{
|
||||
"-nostdlib",
|
||||
"-lgcc", "-lgcc_eh",
|
||||
"--sysroot /dev/null",
|
||||
}
|
||||
|
||||
|
|
|
@ -42,8 +42,6 @@ var (
|
|||
"-nodefaultlibs",
|
||||
"-nostdlib",
|
||||
"-Wl,--no-dynamic-linker",
|
||||
// for unwind
|
||||
"-lgcc", "-lgcc_eh",
|
||||
}
|
||||
linuxX86Rustflags = []string{}
|
||||
linuxX86Linkflags = []string{}
|
||||
|
|
Loading…
Reference in a new issue