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

Commit 03520eb2 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "riscv64: enable Zba."

parents c938bec4 1d1d90b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@ var (
		// A temporary fix for SExtWRemoval miscompilation bug.
		"-mllvm",
		"-riscv-disable-sextw-removal=true",
		"-march=rv64gc_zbb",
		"-march=rv64gc_zba_zbb",
	}

	riscv64ArchVariantCflags = map[string][]string{}

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

	riscv64Lldflags = append(riscv64Ldflags,