Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Diff: tools/toolchains/gcc.py
- Revision:
- 7549:5e9ed49fc72d
- Parent:
- 7514:a0c71f3f3d2f
- Child:
- 7550:436889d9f0e8
diff -r 2c93213d5dd7 -r 5e9ed49fc72d tools/toolchains/gcc.py
--- a/tools/toolchains/gcc.py Wed Aug 10 09:48:04 2016 +0100
+++ b/tools/toolchains/gcc.py Fri Aug 12 09:50:24 2016 +0100
@@ -273,7 +273,7 @@
GCC.__init__(self, target, options, notify, macros, silent, TOOLCHAIN_PATHS['GCC_ARM'], extra_verbose=extra_verbose)
# Use latest gcc nanolib
- if "big-build" in self.options:
+ if "standard-build" in self.options:
use_nano = False
elif "small-build" in self.options:
use_nano = True