source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg @ d3aced9

4.11
Last change on this file since d3aced9 was d3aced9, checked in by Chris Johns <chrisj@…>, on 06/08/17 at 06:04:00

4.11/mips: Back port the MIPS fix for FreeBSD from master.

Updates #3033.

  • Property mode set to 100644
File size: 982 bytes
RevLine 
[8a7660c]1#
2# GCC 4.9.3, Newlib 2.2.0-1 (actually a snapshot)
3#
4
5%define gcc_version    4.9.3
6%define newlib_version 2.2.0.20150423
7
8%hash md5 gcc-%{gcc_version}.tar.bz2 6f831b4d251872736e8e9cc09746f327
9%hash md5 newlib-%{newlib_version}.tar.gz c819de85d4cb4be540ebf6d405f42296
10
[e85c673]11#
12# Fix for MSYS2 on Windows. See ticket #2990 for details.
13#
14%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/2990/gcc-4.9.3-20170404-1.patch
15%hash  sha512 gcc-4.9.3-20170404-1.patch c6402e578793e39869d0f3ba021922794e8ea30595286f63cbc9d32c5cb9ef1d9bb3be28f2a9127077d62a44f425f9c0685e3c22596aed67837fe2fcf8a09e71
16
[d3aced9]17#
18# FreeBSD specific fix for MIPS
19#
20%if %{_build_os} == freebsd
21 %patch add gcc --rsb-file=freebsd-libgcc-sed-fix.patch -p0 https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380
22 %hash  sha256 freebsd-libgcc-sed-fix.patch 8a11bd619c2e55466688e328da00b387d02395c1e8ff4a99225152387a1e60a4
23%endif
24
[8a7660c]25#
26# The gcc/newlib build instructions.
27#
28%include tools/rtems-gcc-4.9-newlib-2.2.0-1.cfg
Note: See TracBrowser for help on using the repository browser.