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

Commit ca9aa38b authored by Krzysztof Kosiński's avatar Krzysztof Kosiński Committed by Automerger Merge Worker
Browse files

Merge "Add ARMv9.2-A support for Rust." into main am: 877a59e2 am: f18d9c2a

parents e05167ee f18d9c2a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -35,8 +35,13 @@ var (
		},
		"armv8-2a":         []string{},
		"armv8-2a-dotprod": []string{},
		"armv9-a": []string{

		// branch-protection=bti,pac-ret is equivalent to Clang's mbranch-protection=standard
		"armv9-a": []string{
			"-Z branch-protection=bti,pac-ret",
			"-Z stack-protector=none",
		},
		"armv9-2a": []string{
			"-Z branch-protection=bti,pac-ret",
			"-Z stack-protector=none",
		},