config: Change to use the GCC POSIX thread model.

This commit is contained in:
Chris Johns 2013-08-14 14:05:57 +10:00
parent b830445f6f
commit 5118d730db

View File

@ -14,7 +14,10 @@
%define with_threads 1
%define with_plugin 0
%ifn %{defined with_iconv}
%define with_iconv 1
%endif
# Incompatible with Texinfo 5
%if %{__makeinfo_ver} >= 5.0
@ -31,6 +34,11 @@ Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=
#
%define rtems_gcc_patch1 %{rtems_gcc_patches}/gcc-4.8.1-rtems4.11-20130709.diff
#
# Chris's patch to use the POSIX thread model for C++.
#
%define rtems_gcc_patch2 %{rtems_gcc_patches}/gcc-rtems-thread-model-posix-1.diff
#
# Joel's stack_t patch.
#