-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "configs: common: enable c++11 thread support via c11 threads"
This reverts commit 8dee616 because it causes incompatibility with prior Zephyr releases which we do not want at this point. The relevant GCC patches should be reworked to be more self-contained and maintain compatibility with prior Zephyr releases as noted in the GitHub issue #751. Signed-off-by: Stephanos Ioannidis <[email protected]>
- Loading branch information
1 parent
c744a06
commit 2c75c61
Showing
4 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gcc
updated
12 files
+0 −1 | config/gthr.m4 | |
+1 −1 | gcc/configure | |
+1 −1 | gcc/configure.ac | |
+0 −1 | libgcc/configure | |
+0 −258 | libgcc/gthr-c11.h | |
+2 −19 | libstdc++-v3/acinclude.m4 | |
+2 −34 | libstdc++-v3/configure | |
+0 −7 | libstdc++-v3/include/Makefile.am | |
+0 −9 | libstdc++-v3/include/Makefile.in | |
+0 −1 | libstdc++-v3/include/bits/std_thread.h | |
+1 −12 | libstdc++-v3/include/bits/this_thread_sleep.h | |
+0 −7 | libstdc++-v3/src/c++11/thread.cc |