mirror of
https://github.com/autc04/Retro68.git
synced 2025-04-13 13:37:15 +00:00
add option -fmetrowerks-abi (unimplemented)
This commit is contained in:
parent
862dd1e941
commit
bd4cbc61a6
@ -1254,6 +1254,9 @@ fabi-compat-version=
|
||||
C++ ObjC++ Joined RejectNegative UInteger Var(flag_abi_compat_version) Init(-1)
|
||||
The version of the C++ ABI used for -Wabi warnings and link compatibility aliases.
|
||||
|
||||
fmetrowerks-abi
|
||||
C++ ObjC++ Var(flag_metrowerks_abi)
|
||||
|
||||
faccess-control
|
||||
C++ ObjC++ Var(flag_access_control) Init(1)
|
||||
Enforce class member access control semantics.
|
||||
|
@ -785,7 +785,8 @@ write_mangled_name (const tree decl, bool top_level)
|
||||
}
|
||||
else
|
||||
{
|
||||
write_string ("_Z");
|
||||
if (!flag_metrowerks_abi)
|
||||
write_string ("_Z");
|
||||
write_encoding (decl);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user