]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build the arm64 loader with -ffixed-x18
authorAndrew Turner <andrew@FreeBSD.org>
Fri, 24 Apr 2020 10:03:11 +0000 (10:03 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:59 +0000 (20:15 -0500)
commitc6bbaf794d11bc2d80b00eda20a0ce761ac9d656
tree64811bd98afb7fc2db7bc2c961a64f0ce0eaf567
parent51ddd2851e4a36e28cf78dfe06125723f7d2b113
Build the arm64 loader with -ffixed-x18

This stops the compiler from using the x18 register. Some UEFI
implementations assume this will be preserved when calling the Boot
Services.

(cherry picked from commit a2e2311a40696e39eb24ff4a4d4c0968bba42c8c)
stand/defs.mk