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

Commit 9d1a17d1 authored by Aditya Kumar's avatar Aditya Kumar Committed by Gerrit Code Review
Browse files

Merge "[RISC-V] rv64gc_zbb for Android"

parents 4ead3a80 55ceae9e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,12 +29,14 @@ var (
		// A temporary fix for SExtWRemoval miscompilation bug.
		"-mllvm",
		"-riscv-disable-sextw-removal=true",
		"-march=rv64gc_zbb",
	}

	riscv64ArchVariantCflags = map[string][]string{}

	riscv64Ldflags = []string{
		"-Wl,--hash-style=gnu",
		"-march=rv64gc_zbb",
	}

	riscv64Lldflags = append(riscv64Ldflags,