summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-05-09 01:20:38 +0000
committerChris Johns <chrisj@rtems.org>2014-05-09 01:20:38 +0000
commite074e75ef3f1fbfad65009225b5d6d47d1f3b527 (patch)
tree63940426f2e36c532865e7dbb09aab6e234ef028 /rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg
parentconfig: Add gcc-4.9.0 configuration support. (diff)
downloadrtems-source-builder-e074e75ef3f1fbfad65009225b5d6d47d1f3b527.tar.bz2
4.11/rtems-lm32: Use gcc-4.9.0 and fix gdb simulator build on Windows.
The lm32 arch builds on gcc-4.9.0 so lets move to a recent build rather than the old 4.5.? build. Remove stdin and stdout references and the simulator io calls in gdb so the simulator builds on Windows.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg37
1 files changed, 37 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg b/rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg
new file mode 100644
index 0000000..00b426e
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg
@@ -0,0 +1,37 @@
+#
+# GCC 4.9.0., Newlib 2.1.0
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+%include %{_configdir}/versions.cfg
+
+%define gcc_version 4.9.0
+%define newlib_version 2.1.0
+%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
+
+%ifn %{defined with_iconv}
+%define with_iconv 1
+%endif
+
+#
+# Joel's stack_t patch.
+#
+%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.9 Release 1.
+#
+%include %{_configdir}/gcc-4.9-1.cfg