config: Remove the POSIX thread model patch.

Switch back the RTEMS thread model now it is fixed for SMP. This also
works for some tests that where failing.
This commit is contained in:
Chris Johns 2014-04-28 12:18:00 +10:00
parent d812ad5b46
commit 6fe63b3f55

View File

@ -19,11 +19,6 @@
%define with_iconv 1 %define with_iconv 1
%endif %endif
#
# 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. # Joel's stack_t patch.
# #