Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7ea2f5c authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Switch to libunwind to remove dependency on libgcc for musl am: 441898c2

parents 578ea8d0 441898c2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ var (

	linuxMuslLdflags = []string{
		"-nostdlib",
		"-lgcc", "-lgcc_eh",
		"--sysroot /dev/null",
	}

+0 −2
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@ var (
		"-nodefaultlibs",
		"-nostdlib",
		"-Wl,--no-dynamic-linker",
		// for unwind
		"-lgcc", "-lgcc_eh",
	}
	linuxX86Rustflags   = []string{}
	linuxX86Linkflags   = []string{}