mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

GitHub has reverted the change that caused all these tarball hashes to change and so we follow suit.
26 lines
1.3 KiB
INI
26 lines
1.3 KiB
INI
%include %{_configdir}/checks.cfg
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%define gcc_version 5c0d171
|
|
%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 \
|
|
YmWVYFj3u4xsBc1xEfm6EEnOd7WIkYyy7C0P0OSGS22mW6vPru00zQ7fqO4qSx71/leXJTRZsEyFUQE0CLr2jA==
|
|
|
|
%define newlib_version b9898fc
|
|
%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 \
|
|
FT/pbC/4hXi/cJAbDuahqdm3DHa9xLQMNkxvs2i2S1D2X+mGwHEtkUtU6q0PWos+4tMdQw+7R3oM25dwwgl9tQ==
|
|
|
|
%patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch
|
|
%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6
|
|
|
|
%define with_threads 1
|
|
%define with_plugin 0
|
|
%define with_iconv 1
|
|
|
|
%include %{_configdir}/gcc-12.cfg
|