summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-03-15 15:33:59 +1100
committerChris Johns <chrisj@rtems.org>2013-03-15 15:34:24 +1100
commit3643c48bfb8c9fc9e3c93be8be16cda04a87a3d6 (patch)
tree3db28b6c8b6688e0a8fb0d69c70c811a168a3ba4 /rtems/config/tools
parentAllow a build set to provide the source0 path. (diff)
downloadrtems-source-builder-3643c48bfb8c9fc9e3c93be8be16cda04a87a3d6.tar.bz2
Add RTEMS 4.9 support for i386 and SPARC.
Diffstat (limited to 'rtems/config/tools')
-rw-r--r--rtems/config/tools/rtems-binutils-2.19.1-1.cfg13
-rw-r--r--rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg42
-rw-r--r--rtems/config/tools/rtems-gdb-6.8-1.cfg21
3 files changed, 76 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-binutils-2.19.1-1.cfg b/rtems/config/tools/rtems-binutils-2.19.1-1.cfg
new file mode 100644
index 0000000..fb9f018
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-2.19.1-1.cfg
@@ -0,0 +1,13 @@
+#
+# Binutils 2.19.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.19.1
+
+#
+# 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.3.2-newlib-1.16.0-1.cfg b/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg
new file mode 100644
index 0000000..b440c9f
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg
@@ -0,0 +1,42 @@
+#
+# GCC 4.3.1., Newlib 1.16.0
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gcc_version 4.3.2
+%define newlib_version 1.16.0
+%define mpfr_version 2.4.2
+%define mpc_version 0.8.2
+%define gmp_version 5.1.1
+
+%define with_threads 1
+%define with_plugin 0
+%define with_iconv 0
+
+%ifn %{defined enable_cxx}
+%define enable_cxx 1
+%endif
+
+%ifn %{defined enable_obsolete}
+%define enable_obsolete 0
+%endif
+
+#
+# The RTEMS 4.9 patches
+#
+Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
+Patch0: %{rtems_gcc_patches}/gcc-core-4.3.2-rtems4.9-20090825.diff
+Source1: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.bz2
+Patch10: %{rtems_newlib_patches}/newlib-1.16.0-rtems4.9-20090324.diff
+
+#
+# Generic RTEMS patch handling.
+#
+%include rtems-gcc-patches.cfg
+
+#
+# The gcc/newlib build instructions. We use 4.7 Release 1.
+#
+%include %{_configdir}/gcc-4.3-1.cfg
diff --git a/rtems/config/tools/rtems-gdb-6.8-1.cfg b/rtems/config/tools/rtems-gdb-6.8-1.cfg
new file mode 100644
index 0000000..49953b7
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-6.8-1.cfg
@@ -0,0 +1,21 @@
+#
+# GDB 6.8.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 6.8
+
+#
+# RTEMS Build Set patches.
+#
+Source0: http://ftp.gnu.org/gnu/gdb/gdb-6.8a.tar.bz2
+Patch0: %{rtems_gdb_patches}/gdb-6.8-rtems4.9-20091111.diff
+
+%include rtems-gdb-patches.cfg
+
+#
+# The gdb build instructions. We use 6.xx Release 1.
+#
+%include %{_configdir}/gdb-6-1.cfg