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