diff options
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', |
