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. --- rtems/config/4.11/rtems-lm32.bset | 2 +- .../tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg (limited to 'rtems/config') diff --git a/rtems/config/4.11/rtems-lm32.bset b/rtems/config/4.11/rtems-lm32.bset index aa10d8b..75b819e 100644 --- a/rtems/config/4.11/rtems-lm32.bset +++ b/rtems/config/4.11/rtems-lm32.bset @@ -16,5 +16,5 @@ # expat-2.1.0-1 tools/rtems-binutils-2.22-1 -tools/rtems-gcc-4.7.2-newlib-2.0.0-1 +tools/rtems-gcc-4.5.3-newlib-2.0.0-1 tools/rtems-gdb-7.5.1-1 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