From 1b11d05bdf4a0bee014c99cfe104c6b2db021c11 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 31 Oct 2014 15:02:07 +1100 Subject: rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install. RTEMS kernel requires the rtems-tools package be installed to build the libdl tests. --- rtems/config/tools/rtems-gcc-4.9-newlib-git-1.cfg | 43 +++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 rtems/config/tools/rtems-gcc-4.9-newlib-git-1.cfg (limited to 'rtems/config/tools/rtems-gcc-4.9-newlib-git-1.cfg') diff --git a/rtems/config/tools/rtems-gcc-4.9-newlib-git-1.cfg b/rtems/config/tools/rtems-gcc-4.9-newlib-git-1.cfg new file mode 100644 index 0000000..98caa2f --- /dev/null +++ b/rtems/config/tools/rtems-gcc-4.9-newlib-git-1.cfg @@ -0,0 +1,43 @@ +# +# GCC 4.9.x., Newlib GIT. +# + +%ifn %{defined gcc_version} + %error No GCC version defined. +%endif + +%ifn %{defined newlib_version} + %error No Newlib version defined. +%endif + +%include %{_configdir}/checks.cfg +%include %{_configdir}/base.cfg +%include %{_configdir}/versions.cfg + +%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 + +# +# Hash checksums of the libraries used in GCC. +# +%hash md5 mpfr-%{mpfr_version}.tar.bz2 bfbecb2eacb6d48432ead5cfc3f7390a +%hash md5 mpc-%{mpc_version}.tar.gz e98267ebd5648a39f881d66797122fb6 +%hash md5 gmp-%{gmp_version}.tar.bz2 041487d25e9c230b0c42b106361055fe + +# +# Newlib is from CVS and this is via a git mirror. No hash on GIT +# +%source set newlib git://sourceware.org/git/newlib.git?fetch?reset=hard?branch=master?checkout=%{newlib_version} + +# +# The gcc/newlib build instructions. We use 4.9 Release 1. +# +%include %{_configdir}/gcc-4.9-1.cfg -- cgit v1.2.3