mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 10:15:32 +08:00
Merge remote-tracking branch 'origin/Ghidra_12.1'
This commit is contained in:
@@ -135,6 +135,7 @@ model {
|
|||||||
if (version.equals(v41)) {
|
if (version.equals(v41)) {
|
||||||
if (toolChain in Gcc) {
|
if (toolChain in Gcc) {
|
||||||
//cCompiler.args "-DCP_DEMANGLE_DEBUG"
|
//cCompiler.args "-DCP_DEMANGLE_DEBUG"
|
||||||
|
cCompiler.args "-std=gnu17"
|
||||||
cCompiler.args "-DHAVE_STDLIB_H"
|
cCompiler.args "-DHAVE_STDLIB_H"
|
||||||
cCompiler.args "-DHAVE_STRING_H"
|
cCompiler.args "-DHAVE_STRING_H"
|
||||||
}
|
}
|
||||||
@@ -151,6 +152,7 @@ model {
|
|||||||
else if (version.equals(v24)) {
|
else if (version.equals(v24)) {
|
||||||
if (toolChain in Gcc) {
|
if (toolChain in Gcc) {
|
||||||
cCompiler.args "-DMAIN_CPLUS_DEM"
|
cCompiler.args "-DMAIN_CPLUS_DEM"
|
||||||
|
cCompiler.args "-std=gnu17"
|
||||||
cCompiler.args "-DHAVE_STDLIB_H"
|
cCompiler.args "-DHAVE_STDLIB_H"
|
||||||
cCompiler.args "-DHAVE_STRING_H"
|
cCompiler.args "-DHAVE_STRING_H"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user