summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-12-14 12:21:27 +1100
committerChris Johns <chrisj@rtems.org>2013-12-14 12:21:27 +1100
commit69dca93af5d5c5c4cfa6f4b7c8b854e3d295109f (patch)
tree61ebd745590a8652585a93f144ee0de63ad5d36c /rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
parentUse the --jobs option. (diff)
downloadrtems-source-builder-69dca93af5d5c5c4cfa6f4b7c8b854e3d295109f.tar.bz2
Update to binutils 2.24, gcc 4.8.2, newlib 11-Dec-2013 and gdb 7.6.2.
Note, some architectures remain broken with the new gcc.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg15
1 files changed, 9 insertions, 6 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg b/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
index de21db7..15942fc 100644
--- a/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
@@ -7,14 +7,17 @@
%include %{_configdir}/versions.cfg
%define gcc_version 4.8.2
-%define newlib_version 31-May-2013
+%define newlib_version 11-Dec-2013
%define mpfr_version 3.0.1
%define mpc_version 0.8.2
%define gmp_version 5.0.5
%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
@@ -22,14 +25,14 @@
%endif
#
-# Use the 4.8 branch.
+# Newlib is from CVS.
#
-Source0: git://gcc.gnu.org/git/gcc.git?reset=hard?pull?branch=gcc-4_8-branch
+Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}?reset
#
-# Newlib is from CVS.
+# Chris's patch to use the POSIX thread model for C++.
#
-Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}?reset
+%define rtems_gcc_patch2 %{rtems_gcc_patches}/gcc-rtems-thread-model-posix-1.diff
#
# Joel's stack_t patch.