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

%define gcc_version 1aa71af
%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 bfa03c950af58f7a500d950971b437e6ec04a2d3e49acb615b14ca5159292023dc10d08e2a21e8649e00b353275cc131e4f751e8f0d4735b71b55eb14337e387

%define newlib_version a30cd7a
%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 8996856c91dc18ff3a3cbf4543eb460097eabd8ced67fab078b1cc905f2cbc3fdb35532adfe4e774184bcfa74a0f3cea2a168b8f4f0bbc3844b98e5354e745a6

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

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