summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: d63d25900f3c53f449e034a338e5fc8222d3aee8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define gcc_version e62a820
%define gcc_external 1
%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
%hash sha512 %{gcc_expand_name}.tar.gz 5cb149be0805ee2455d192aa67076b4ea93c8d4f739e4d7e5f104f6e2c9608676a6052f3d8fb4f6aab49ad298e09621f0b53f850ddb880564b13cff0143e582a

%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/3937/v2-0001-RTEMS-Improve-GCC-specification.patch
%hash sha512 v2-0001-RTEMS-Improve-GCC-specification.patch 4bf5d3c15cb3b9a663e9a169e0096b1d7a15d18e5db509f33b892b764e572760a8073b7fc1541c791d05c9b8f4acdc4b6028796b74e7136045fe548fd0e8ba1b

%define newlib_version d94763f
%define newlib_external 1
%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
%hash sha512 newlib-%{newlib_version}.tar.gz e9baed5d0f934cf084956c3042dbd538a8f849a659e6e35555cf153c00847cc09fab63035f89ebcc7738334d5ac548bdb9dac9a4f5d5c960984d4b6706f337e3

%define with_threads 1
%define with_plugin 0
%define with_iconv 1

%include %{_configdir}/gcc-9.cfg