Merge remote-tracking branch 'origin/GP-6652_ghidraffe_demanglergnu_set_std17_ccompiler_arg' into Ghidra_12.1

This commit is contained in:
Ryan Kurtz
2026-04-08 09:44:23 -04:00

View File

@@ -135,6 +135,7 @@ model {
if (version.equals(v41)) {
if (toolChain in Gcc) {
//cCompiler.args "-DCP_DEMANGLE_DEBUG"
cCompiler.args "-std=gnu17"
cCompiler.args "-DHAVE_STDLIB_H"
cCompiler.args "-DHAVE_STRING_H"
}
@@ -151,6 +152,7 @@ model {
else if (version.equals(v24)) {
if (toolChain in Gcc) {
cCompiler.args "-DMAIN_CPLUS_DEM"
cCompiler.args "-std=gnu17"
cCompiler.args "-DHAVE_STDLIB_H"
cCompiler.args "-DHAVE_STRING_H"
}