mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GP-6126: Ghidra now builds on Windows on ARM (requires Gradle 9.2 or
later)
This commit is contained in:
@@ -77,6 +77,7 @@ model {
|
|||||||
//
|
//
|
||||||
demangler_gnu_v2_41(NativeExecutableSpec) {
|
demangler_gnu_v2_41(NativeExecutableSpec) {
|
||||||
targetPlatform "win_x86_64"
|
targetPlatform "win_x86_64"
|
||||||
|
targetPlatform "win_arm_64"
|
||||||
targetPlatform "linux_x86_64"
|
targetPlatform "linux_x86_64"
|
||||||
targetPlatform "linux_arm_64"
|
targetPlatform "linux_arm_64"
|
||||||
targetPlatform "mac_x86_64"
|
targetPlatform "mac_x86_64"
|
||||||
@@ -100,6 +101,7 @@ model {
|
|||||||
//
|
//
|
||||||
demangler_gnu_v2_24(NativeExecutableSpec) {
|
demangler_gnu_v2_24(NativeExecutableSpec) {
|
||||||
targetPlatform "win_x86_64"
|
targetPlatform "win_x86_64"
|
||||||
|
targetPlatform "win_arm_64"
|
||||||
targetPlatform "linux_x86_64"
|
targetPlatform "linux_x86_64"
|
||||||
targetPlatform "linux_arm_64"
|
targetPlatform "linux_arm_64"
|
||||||
targetPlatform "mac_x86_64"
|
targetPlatform "mac_x86_64"
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
project.ext.PLATFORMS = [
|
project.ext.PLATFORMS = [
|
||||||
[name: "win_x86_32", os: "windows", arch: "x86"],
|
[name: "win_x86_32", os: "windows", arch: "x86"],
|
||||||
[name: "win_x86_64", os: "windows", arch: "x86_64"],
|
[name: "win_x86_64", os: "windows", arch: "x86_64"],
|
||||||
|
[name: "win_arm_64", os: "windows", arch: "arm64"],
|
||||||
[name: "linux_x86_64", os: "linux", arch: "x86_64"],
|
[name: "linux_x86_64", os: "linux", arch: "x86_64"],
|
||||||
[name: "linux_arm_64", os: "linux", arch: "arm64"],
|
[name: "linux_arm_64", os: "linux", arch: "arm64"],
|
||||||
[name: "mac_x86_64", os: "osx", arch: "x86_64"],
|
[name: "mac_x86_64", os: "osx", arch: "x86_64"],
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ model {
|
|||||||
|
|
||||||
// these tell gradle for which platforms to build a decompiler executable.
|
// these tell gradle for which platforms to build a decompiler executable.
|
||||||
targetPlatform "win_x86_64"
|
targetPlatform "win_x86_64"
|
||||||
|
targetPlatform "win_arm_64"
|
||||||
targetPlatform "linux_x86_64"
|
targetPlatform "linux_x86_64"
|
||||||
targetPlatform "linux_arm_64"
|
targetPlatform "linux_arm_64"
|
||||||
targetPlatform "mac_x86_64"
|
targetPlatform "mac_x86_64"
|
||||||
@@ -148,6 +149,7 @@ model {
|
|||||||
|
|
||||||
sleigh(NativeExecutableSpec) {
|
sleigh(NativeExecutableSpec) {
|
||||||
targetPlatform "win_x86_64"
|
targetPlatform "win_x86_64"
|
||||||
|
targetPlatform "win_arm_64"
|
||||||
targetPlatform "linux_x86_64"
|
targetPlatform "linux_x86_64"
|
||||||
targetPlatform "linux_arm_64"
|
targetPlatform "linux_arm_64"
|
||||||
targetPlatform "mac_x86_64"
|
targetPlatform "mac_x86_64"
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@@ -29,6 +29,7 @@ model {
|
|||||||
baseName "lzfse"
|
baseName "lzfse"
|
||||||
|
|
||||||
targetPlatform "win_x86_64"
|
targetPlatform "win_x86_64"
|
||||||
|
targetPlatform "win_arm_64"
|
||||||
targetPlatform "linux_x86_64"
|
targetPlatform "linux_x86_64"
|
||||||
targetPlatform "linux_arm_64"
|
targetPlatform "linux_arm_64"
|
||||||
targetPlatform "mac_x86_64"
|
targetPlatform "mac_x86_64"
|
||||||
|
|||||||
Reference in New Issue
Block a user