From 8301afa0275268e8140f4942dd364f6d4a917543 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 9 Mar 2013 08:12:47 +1100 Subject: 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. --- .../tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg (limited to 'rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg') 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 -- cgit v1.2.3