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

Commit f18d9c2a 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

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

		// branch-protection=bti,pac-ret is equivalent to Clang's mbranch-protection=standard
		// 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 branch-protection=bti,pac-ret",
			"-Z stack-protector=none",
			"-Z stack-protector=none",
		},
		},