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:
- 6403:ecff602aaa32
- Parent:
- 6401:0edea5185bb1
- Child:
- 6599:5bb9644532b8
- Child:
- 6530:98ce08655513
diff -r 84a459ed895b -r ecff602aaa32 tools/toolchains/gcc.py
--- a/tools/toolchains/gcc.py Tue Jun 07 15:15:35 2016 -0500
+++ b/tools/toolchains/gcc.py Tue Jun 07 15:39:46 2016 -0500
@@ -33,7 +33,7 @@
'common': ["-c", "-Wall", "-Wextra",
"-Wno-unused-parameter", "-Wno-missing-field-initializers",
"-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
- "-ffunction-sections", "-fdata-sections",
+ "-ffunction-sections", "-fdata-sections", "-funsigned-char",
"-MMD", "-fno-delete-null-pointer-checks", "-fomit-frame-pointer"
],
'asm': ["-x", "assembler-with-cpp"],