summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-06-01 08:49:27 +1000
committerChris Johns <chrisj@rtems.org>2013-06-01 08:49:27 +1000
commit47d7a552fa0590702bb7e1051027f8eacc5a962c (patch)
tree6289c0de69636da8a7f5b4ff039124f37fb89e3e /rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg
parentAdd Joel's stack_t patch. (diff)
downloadrtems-source-builder-47d7a552fa0590702bb7e1051027f8eacc5a962c.tar.bz2
newlib: Move to 31-May-2013. Fix the stack_t patcher.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg17
1 files changed, 9 insertions, 8 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg b/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg
index e85615f..635986e 100644
--- a/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg
@@ -1,5 +1,5 @@
#
-# GCC 4.8.0., Newlib CVS 20130430
+# GCC 4.8.0., Newlib CVS
#
%include %{_configdir}/checks.cfg
@@ -7,7 +7,7 @@
%include %{_configdir}/versions.cfg
%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 mpc_version 0.8.2
%define gmp_version 5.0.5
@@ -16,11 +16,6 @@
%define with_plugin 0
%define with_iconv 1
-#
-# Manage RTEMS patches
-#
-%include rtems-gcc-patches.cfg
-
# Incompatible with Texinfo 5
%if %{__makeinfo_ver} >= 5.0
%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.
#
-%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.
#
%include %{_configdir}/gcc-4.8-1.cfg