summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-03-09 08:12:47 +1100
committerChris Johns <chrisj@rtems.org>2013-03-09 08:12:47 +1100
commit8301afa0275268e8140f4942dd364f6d4a917543 (patch)
tree135a6b11eb1c519c639b792292b1d3c5be4e3997 /rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg
parentMIPS Newlib 2.0.0 patches. Add the STX39 simulator. (diff)
downloadrtems-source-builder-8301afa0275268e8140f4942dd364f6d4a917543.tar.bz2
Switch LM32 to gcc-4.5.3.
This is the reported known working tool set by the Milkymist project. Currently this does not build on MacOS. It could be a host issue with the age of the compiler.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg29
1 files changed, 29 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg b/rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg
new file mode 100644
index 0000000..5b3bf02
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg
@@ -0,0 +1,29 @@
+#
+# GCC 4.5.3., Newlib 2.0.0
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gcc_version 4.5.3
+%define newlib_version 2.0.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
+%define with_iconv 1
+
+%ifn %{defined enable_cxx}
+%define enable_cxx 1
+%endif
+
+%ifn %{defined enable_obsolete}
+%define enable_obsolete 0
+%endif
+
+#
+# The gcc/newlib build instructions. We use 4.5 Release 1.
+#
+%include %{_configdir}/gcc-4.5-1.cfg