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

Commit 55ceae9e authored by Aditya Kumar's avatar Aditya Kumar Committed by AdityaK
Browse files

[RISC-V] rv64gc_zbb for Android

This reverts commit cc750892.

Reason for revert: Retry

Change-Id: I957ef442a4988046eeb9771b7ce1acaf4cb6ef8d
parent ac985b9c
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,