summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-08-14 14:05:57 +1000
committerChris Johns <chrisj@rtems.org>2013-08-14 14:05:57 +1000
commit5118d730dbf95cd7f67e187387926eddc326efe2 (patch)
tree279169c46193fabe0fa3b3ac8a4c8f605165ba89 /rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg
parentconfig: Support --without-rtems to not build RTEMS. (diff)
downloadrtems-source-builder-5118d730dbf95cd7f67e187387926eddc326efe2.tar.bz2
config: Change to use the GCC POSIX thread model.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg10
1 files changed, 9 insertions, 1 deletions
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
@@ -32,6 +35,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.
#
%define rtems_gcc_patch11 %{rtems_newlib_patches}/newlib-sys-signal-20130532.diff