-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configs: common: activate options for c11 and c++11 threads
Add support for c11 and c++11 threads, mutexes, condition variables, etc. Signed-off-by: Chris Friedt <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 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
Submodule gcc
updated
8 files
+1 −0 | config/gthr.m4 | |
+1 −1 | gcc/configure | |
+1 −1 | gcc/configure.ac | |
+1 −0 | libgcc/configure | |
+257 −0 | libgcc/gthr-c11.h | |
+1 −0 | libstdc++-v3/configure | |
+7 −0 | libstdc++-v3/include/Makefile.am | |
+9 −0 | libstdc++-v3/include/Makefile.in |
Submodule newlib
updated
9 files