From 5118d730dbf95cd7f67e187387926eddc326efe2 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 14 Aug 2013 14:05:57 +1000 Subject: config: Change to use the GCC POSIX thread model. --- rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg') diff --git a/rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg b/rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg index 3e5bbb4..4025b9e 100644 --- a/rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg +++ b/rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg @@ -14,7 +14,10 @@ %define with_threads 1 %define with_plugin 0 -%define with_iconv 1 + +%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. # -- cgit v1.2.3