source: rtems-source-builder/rtems/config/tools/rtems-gcc-7.2.0-newlib-2.5.0.20170818-1.cfg @ beda114

5
Last change on this file since beda114 was beda114, checked in by Sebastian Huber <sebastian.huber@…>, on 08/22/17 at 13:07:37

4.12: Add basic RISC-V tool chain

GDB is not included. This probably needs some patches or an update to
GDB 8.0.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version    7.2.0
5%define newlib_version 2.5.0.20170818
6%define mpfr_version   3.1.4
7%define mpc_version    1.0.3
8%define gmp_version    6.1.0
9
10#
11# FreeBSD specific fix for MIPS
12#
13%if %{_build_os} == freebsd
14 %patch add gcc --rsb-file=freebsd-libgcc-sed-fix.patch -p0 https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380
15 %hash  sha256 freebsd-libgcc-sed-fix.patch 8a11bd619c2e55466688e328da00b387d02395c1e8ff4a99225152387a1e60a4
16%endif
17
18%hash sha512 gcc-7.2.0.tar.xz f853cd6530b4055d8d8289da74687cb4c6d5f363598d386332d31852b581bac76c3adb7d61889edec3b779f63d8646f0122840f12965ce4a4389ba535dbbb6e1
19%hash sha512 newlib-2.5.0.20170818.tar.gz 41382f722232593a9a2bf7de09dc51a26ad51bf8ad06259b0fd38a13cfcd577688e836446d7e88b7741eeec316cfa137ff9b4e16cca846b11bb70948ff1b8c16
20%hash sha512 mpfr-3.1.4.tar.bz2 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
21%hash sha512 mpc-1.0.3.tar.gz 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
22%hash sha512 gmp-6.1.0.tar.bz2 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
23
24%patch add gcc --rsb-file=gcc-62ffbcb7502f0ff88ff7566cd6d7c59c0483ecc0.patch https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff_plain;h=62ffbcb7502f0ff88ff7566cd6d7c59c0483ecc0
25%hash sha512 gcc-62ffbcb7502f0ff88ff7566cd6d7c59c0483ecc0.patch 61286ad8d6ac904da90b1123930c4c4a251e8de7692ee91f5a3afbfa873c62d7d0f29b8b22fab63b1896c34510fa811cb1061883b33217f35a5f9758802c23a0
26
27%define with_threads 1
28%define with_plugin  0
29%define with_iconv   1
30
31%include %{_configdir}/gcc-7.2-1.cfg
Note: See TracBrowser for help on using the repository browser.