summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/gcc-4.6-newlib-1.20-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-05-14 11:08:02 +1000
committerChris Johns <chrisj@rtems.org>2013-05-14 11:08:02 +1000
commit1a56a07605ba9720ec91c9bbf17566ffc7887bfe (patch)
tree8f55eba7e5a549c0eb39301688c98c544bca425d /bare/config/devel/gcc-4.6-newlib-1.20-1.cfg
parentNewlib CVS: 13-May-2013. Pick up the atexit changes. (diff)
downloadrtems-source-builder-1a56a07605ba9720ec91c9bbf17566ffc7887bfe.tar.bz2
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.
Diffstat (limited to 'bare/config/devel/gcc-4.6-newlib-1.20-1.cfg')
-rw-r--r--bare/config/devel/gcc-4.6-newlib-1.20-1.cfg26
1 files changed, 26 insertions, 0 deletions
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