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.
Diff: toolchains/__init__.py
- Revision:
- 4:517abc9a41c6
- Parent:
- 2:07730b0f452c
- Child:
- 5:f45a4ca92830
--- a/toolchains/__init__.py Fri May 20 22:35:52 2016 +0100 +++ b/toolchains/__init__.py Fri May 20 22:36:50 2016 +0100 @@ -858,6 +858,11 @@ 'COMMON_FLAGS': ["-c", "-O2", "-Wall", "-fmessage-length=0", "-fno-exceptions", "-fno-builtin", "-ffunction-sections", "-fdata-sections"], 'COMMON_CPP_FLAGS': ['-std=gnu++98'], 'COMMON_LD_FLAGS': ['-Wl,--gc-sections'], + }, + 'v1': { + 'COMMON_FLAGS': ["-c", "-O2", "-Wall", "-fmessage-length=0", "-fno-exceptions", "-fno-builtin", "-ffunction-sections", "-fdata-sections"], + 'COMMON_CPP_FLAGS': ['-std=gnu++98'], + 'COMMON_LD_FLAGS': ['-Wl,--gc-sections'], } } }