mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
newlib: Move to 31-May-2013. Fix the stack_t patcher.
This commit is contained in:
parent
6bf5b3f02b
commit
47d7a552fa
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# GCC 4.8.0., Newlib CVS 20130430
|
# GCC 4.8.0., Newlib CVS
|
||||||
#
|
#
|
||||||
|
|
||||||
%include %{_configdir}/checks.cfg
|
%include %{_configdir}/checks.cfg
|
||||||
@ -7,7 +7,7 @@
|
|||||||
%include %{_configdir}/versions.cfg
|
%include %{_configdir}/versions.cfg
|
||||||
|
|
||||||
%define gcc_version 4.8.0
|
%define gcc_version 4.8.0
|
||||||
%define newlib_version 13-May-2013
|
%define newlib_version 31-May-2013
|
||||||
%define mpfr_version 3.0.1
|
%define mpfr_version 3.0.1
|
||||||
%define mpc_version 0.8.2
|
%define mpc_version 0.8.2
|
||||||
%define gmp_version 5.0.5
|
%define gmp_version 5.0.5
|
||||||
@ -16,11 +16,6 @@
|
|||||||
%define with_plugin 0
|
%define with_plugin 0
|
||||||
%define with_iconv 1
|
%define with_iconv 1
|
||||||
|
|
||||||
#
|
|
||||||
# Manage RTEMS patches
|
|
||||||
#
|
|
||||||
%include rtems-gcc-patches.cfg
|
|
||||||
|
|
||||||
# Incompatible with Texinfo 5
|
# Incompatible with Texinfo 5
|
||||||
%if %{__makeinfo_ver} >= 5.0
|
%if %{__makeinfo_ver} >= 5.0
|
||||||
%error Incomaptible version of makeinfo found!
|
%error Incomaptible version of makeinfo found!
|
||||||
@ -39,9 +34,15 @@ Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=
|
|||||||
#
|
#
|
||||||
# Joel's stack_t patch.
|
# Joel's stack_t patch.
|
||||||
#
|
#
|
||||||
%define rtems_gcc_patch11 %{rtems_newlib_patches}/newlib-sys-signal-20130532.diff
|
%define rtems_gcc_patch11 %{rtems_newlib_patches}/newlib-sys-signal-20130532.diff
|
||||||
|
%define rtems_gcc_patch11_opts -p0
|
||||||
|
|
||||||
#
|
#
|
||||||
|
#
|
||||||
|
# Manage RTEMS patches
|
||||||
|
#
|
||||||
|
%include rtems-gcc-patches.cfg
|
||||||
|
|
||||||
# The gcc/newlib build instructions. We use 4.8 Release 1.
|
# The gcc/newlib build instructions. We use 4.8 Release 1.
|
||||||
#
|
#
|
||||||
%include %{_configdir}/gcc-4.8-1.cfg
|
%include %{_configdir}/gcc-4.8-1.cfg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user