summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-30 15:01:30 +1000
committerChris Johns <chrisj@rtems.org>2013-04-30 15:01:30 +1000
commita48a4781b685cb1d82c4a1b2cc5b70fda441fdfc (patch)
treebeaefbea5216fc97973b74127bbf8b4d9ac47f70
parentAdd mail and personal macros. (diff)
downloadrtems-source-builder-a48a4781b685cb1d82c4a1b2cc5b70fda441fdfc.tar.bz2
Updated 4.11 tool versions.
-rw-r--r--rtems/config/tools/rtems-binutils-2.23.2-1.cfg25
-rw-r--r--rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg27
-rw-r--r--rtems/config/tools/rtems-gdb-7.6-1.cfg18
-rw-r--r--source-builder/config/gcc-4.8-1.cfg4
4 files changed, 71 insertions, 3 deletions
diff --git a/rtems/config/tools/rtems-binutils-2.23.2-1.cfg b/rtems/config/tools/rtems-binutils-2.23.2-1.cfg
new file mode 100644
index 0000000..f1b5079
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-2.23.2-1.cfg
@@ -0,0 +1,25 @@
+#
+# Binutils 2.23.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.23.2
+
+#
+# Enable deterministic archives by default. This will be the default
+# there all tools using this binutils will create deterministic
+# archives.
+#
+%define with_deterministic_archives 1
+
+#
+# Include the RTEMS specific patches
+#
+%include rtems-binutils-patches.cfg
+
+#
+# The binutils build instructions. We use 2.xx Release 1.
+#
+%include %{_configdir}/binutils-2-1.cfg
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
new file mode 100644
index 0000000..924eea4
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg
@@ -0,0 +1,27 @@
+#
+# GCC 4.8.0., Newlib CVS 20130430
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+%include %{_configdir}/versions.cfg
+
+%define gcc_version 4.8.0
+%define newlib_version 30-April-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
+
+# Incompatible with Texinfo 5
+%if %{__makeinfo_ver} >= 5.0
+ %error Incomaptible version of makeinfo found!
+%endif
+
+#
+# The gcc/newlib build instructions. We use 4.8 Release 1.
+#
+%include %{_configdir}/gcc-4.8-1.cfg
diff --git a/rtems/config/tools/rtems-gdb-7.6-1.cfg b/rtems/config/tools/rtems-gdb-7.6-1.cfg
new file mode 100644
index 0000000..3a8d0fd
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-7.6-1.cfg
@@ -0,0 +1,18 @@
+#
+# GDB 7.6.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 7.6
+
+#
+# RTEMS Build Set patches.
+#
+%include rtems-gdb-patches.cfg
+
+#
+# The gdb build instructions. We use 7.xx Release 1.
+#
+%include %{_configdir}/gdb-7-1.cfg
diff --git a/source-builder/config/gcc-4.8-1.cfg b/source-builder/config/gcc-4.8-1.cfg
index 67d296c..4337c87 100644
--- a/source-builder/config/gcc-4.8-1.cfg
+++ b/source-builder/config/gcc-4.8-1.cfg
@@ -13,15 +13,13 @@
#
%ifn %{defined Source0}
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
- VersionContro0: git clone git://gcc.gnu.org/git/gcc.git
%endif
#
# Newlib
#
%ifn %{defined Source10}
- Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
- VersionControl10: cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/src co newlib
+ Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}
%endif
#