mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GP-0: Formatting
This commit is contained in:
@@ -56,7 +56,8 @@ model {
|
|||||||
gcc(Gcc) {
|
gcc(Gcc) {
|
||||||
if (isCurrentArm_64()) {
|
if (isCurrentArm_64()) {
|
||||||
target("freebsd_arm_64")
|
target("freebsd_arm_64")
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
target("freebsd_x86_64")
|
target("freebsd_x86_64")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ Ghidra release includes native binaries for the following platforms:</p>
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Linux ARM 64-bit</li>
|
<li>Linux ARM 64-bit</li>
|
||||||
<li>FreeBSD x86 64-bit (no debugger support)</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>
|
</ul>
|
||||||
<p>In order to build native binaries for your platform, you will need the following installed on your
|
<p>In order to build native binaries for your platform, you will need the following installed on your
|
||||||
system:</p>
|
system:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user