mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-17 08:00:15 +00:00
GP-0: Formatting
This commit is contained in:
parent
e7aabddb34
commit
3093fa6d17
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user