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

Commit cc750892 authored by Alistair Delva's avatar Alistair Delva Committed by Gerrit Code Review
Browse files

Revert "[RISC-V] rv64gc_zbb for Android"

This reverts commit 9838acff.

Reason for revert: b/274947458

Broke CI.
Will reland with QEMU options once the host image is fixed.

Change-Id: I6ad847cde2a291b3dd5b92314b2011744de50883
parent 9838acff
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ var (
		"-fno-emulated-tls",
		// For -fsanitize=shadow-call-stack.
		"-ffixed-x18",
		"-march=rv64gc_zbb",
	}

	riscv64ArchVariantCflags = map[string][]string{}
@@ -37,7 +36,6 @@ var (
		"-Wl,--hash-style=gnu",
		// For -fsanitize=shadow-call-stack.
		"-ffixed-x18",
		"-march=rv64gc_zbb",
	}

	riscv64Lldflags = append(riscv64Ldflags,