From 6fe63b3f553bb3157c7b8256917152ca36450fd4 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 28 Apr 2014 12:18:00 +1000 Subject: [PATCH] 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. --- rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg b/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg index 222b8bd..20cf7aa 100644 --- a/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg +++ b/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg @@ -19,11 +19,6 @@ %define with_iconv 1 %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. #