diff options
| author | Aetias <aetias@outlook.com> | 2025-01-19 11:58:47 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-01-19 11:58:47 +0100 |
| commit | e1d2f0b168ebd698d7a69dbb53fe15cc7fa548aa (patch) | |
| tree | 39ed851e8cb3ff62d0293454dd37a8bc3a56ce38 /tools | |
| parent | 4c60dda140335d6322411c6ef62a2dc0b85a3018 (diff) | |
Move ov000 documentation from Ghidra
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/configure.py | 2 | ||||
| -rw-r--r-- | tools/mangle.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure.py b/tools/configure.py index 2a8d77ee..26f7e86e 100644 --- a/tools/configure.py +++ b/tools/configure.py @@ -27,7 +27,7 @@ CC_FLAGS = " ".join([ "-proc arm946e", # Target processor "-gccext,on", # Enable GCC extensions "-fp soft", # Compute float operations in software - "-inline on,noauto", # Inline only functions marked with 'inline' + "-inline noauto", # Inline only functions marked with 'inline' "-lang=c++", # Set language to C++ "-Cpp_exceptions off", # Disable C++ exceptions "-RTTI off", # Disable runtime type information diff --git a/tools/mangle.py b/tools/mangle.py index 17a69c76..e4cf872c 100644 --- a/tools/mangle.py +++ b/tools/mangle.py @@ -28,7 +28,7 @@ cc.extend([ '-proc', 'arm946e', '-gccext,on', '-fp', 'soft', - '-inline', 'on,noauto', + '-inline', 'noauto', '-Cpp_exceptions', 'off', '-RTTI', 'off', '-interworking', |
