mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-23 04:32:12 +00:00
GP-0: Formatting
This commit is contained in:
parent
e7aabddb34
commit
3093fa6d17
@ -56,7 +56,8 @@ model {
|
||||
gcc(Gcc) {
|
||||
if (isCurrentArm_64()) {
|
||||
target("freebsd_arm_64")
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
target("freebsd_x86_64")
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user