GP-0: Formatting

This commit is contained in:
Ryan Kurtz 2024-03-19 11:15:24 -04:00
parent e7aabddb34
commit 3093fa6d17
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,8 @@ model {
gcc(Gcc) {
if (isCurrentArm_64()) {
target("freebsd_arm_64")
} else {
}
else {
target("freebsd_x86_64")
}
}

View File

@ -317,7 +317,7 @@ Ghidra release includes native binaries for the following platforms:</p>
<ul>
<li>Linux ARM 64-bit</li>
<li>FreeBSD x86 64-bit (no debugger support)</li>
<li>FreeBSD arm 64-bit (no debugger support)</li>
<li>FreeBSD ARM 64-bit (no debugger support)</li>
</ul>
<p>In order to build native binaries for your platform, you will need the following installed on your
system:</p>