mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Change to use the GCC POSIX thread model.
This commit is contained in:
parent
b830445f6f
commit
5118d730db
@ -14,7 +14,10 @@
|
|||||||
|
|
||||||
%define with_threads 1
|
%define with_threads 1
|
||||||
%define with_plugin 0
|
%define with_plugin 0
|
||||||
%define with_iconv 1
|
|
||||||
|
%ifn %{defined with_iconv}
|
||||||
|
%define with_iconv 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Incompatible with Texinfo 5
|
# Incompatible with Texinfo 5
|
||||||
%if %{__makeinfo_ver} >= 5.0
|
%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
|
%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.
|
# Joel's stack_t patch.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user