From 1a56a07605ba9720ec91c9bbf17566ffc7887bfe Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 14 May 2013 11:08:02 +1000 Subject: Add bare/config and move the source-builder/config to it. Rework the RTEMS build set files to point to the new location. Move the files into devel, this follows the ports naming in FreeBSD. Update the macros, defaults, and options to support this. --- bare/config/devel/gcc-4.6-newlib-1.20-1.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bare/config/devel/gcc-4.6-newlib-1.20-1.cfg (limited to 'bare/config/devel/gcc-4.6-newlib-1.20-1.cfg') diff --git a/bare/config/devel/gcc-4.6-newlib-1.20-1.cfg b/bare/config/devel/gcc-4.6-newlib-1.20-1.cfg new file mode 100644 index 0000000..0a7cc63 --- /dev/null +++ b/bare/config/devel/gcc-4.6-newlib-1.20-1.cfg @@ -0,0 +1,26 @@ +# +# GCC 2.6, Newlib 1.20 +# + +%if %{release} == %{nil} +%define release 1 +%endif + +%include %{_configdir}/checks.cfg +%include %{_configdir}/base.cfg + +%define gcc_version 4.6.3 +%define newlib_version 1.20.0 +%define mpfr_version 3.0.1 +%define mpc_version 0.8.2 +%define gmp_version 5.0.5 + +# +# Project custom message +# +%define gcc_version_message GCC %{release}-RSB(%{_sbgit_id}),gcc-%{gcc_version}/newlib-%{newlib_version} + +# +# The gcc/newlib build instructions. We use 4.6 Release 1. +# +%include %{_configdir}/gcc-4.6-1.cfg -- cgit v1.2.3