summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-10-07 20:50:43 +1100
committerChris Johns <chrisj@rtems.org>2014-10-07 20:50:43 +1100
commit7c8c1d1deaac59010ef9c2068d8af02c99303a32 (patch)
tree6fb28ee0f48d69454c5848f019bb8e02852d03bc /rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg
parentadd support for i386-solaris2 platform (diff)
downloadrtems-source-builder-7c8c1d1deaac59010ef9c2068d8af02c99303a32.tar.bz2
rtems-4.11: Switch to newlib's git repo.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg43
1 files changed, 43 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg b/rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg
new file mode 100644
index 0000000..4506444
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg
@@ -0,0 +1,43 @@
+#
+# GCC 4.8.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.8 Release 1.
+#
+%include %{_configdir}/gcc-4.8-1.cfg