mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
6/rtems-gcc: Revert to the gcc-13 release branch for MacOS fixes
Change back to gcc-13 branch and a git version as gcc-13.2 does not build on MacOS 14.4. The fixes are on the gcc-13 release branch.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
%defineifnot with_rtems_gmp devel/gmp-6.3.0
|
%defineifnot with_rtems_gmp devel/gmp-6.3.0
|
||||||
%defineifnot with_rtems_gdb tools/rtems-gdb-13.2
|
%defineifnot with_rtems_gdb tools/rtems-gdb-13.2
|
||||||
%defineifnot with_rtems_binutils tools/rtems-binutils-2.41
|
%defineifnot with_rtems_binutils tools/rtems-binutils-2.41
|
||||||
%defineifnot with_rtems_gcc tools/rtems-gcc-13.2-newlib-head
|
%defineifnot with_rtems_gcc tools/rtems-gcc-13-newlib-head
|
||||||
%defineifnot with_rtems_tools tools/rtems-tools-6
|
%defineifnot with_rtems_tools tools/rtems-tools-6
|
||||||
|
|
||||||
tools/rtems-default-tools.bset
|
tools/rtems-default-tools.bset
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
%include %{_configdir}/checks.cfg
|
%include %{_configdir}/checks.cfg
|
||||||
%include %{_configdir}/base.cfg
|
%include %{_configdir}/base.cfg
|
||||||
|
|
||||||
%define gcc_version 8c04837
|
%define gcc_version 54a235e
|
||||||
%define gcc_external 1
|
%define gcc_external 1
|
||||||
%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
|
%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}
|
%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 \
|
%hash sha512 %{gcc_expand_name}.tar.gz \
|
||||||
YSkX/JY61N+I4CPkJInUNGzwhb+uv+YNs9qcTxxJhg/HpGD5vI9duEPNw++F3y8J4re87DPJGIzV5DsFUBCJnA==
|
UAXjyfPP883wjLDnobDk4wmg/vAO0I4LjzzurLCKejj0FUSk0KvlkVj1CF+3XwFcdlCWRhN7z/Ls4fOunafe9w==
|
||||||
|
|
||||||
%define newlib_version 176b19f
|
%define newlib_version 176b19f
|
||||||
%define newlib_external 1
|
%define newlib_external 1
|
||||||
@@ -19,4 +19,4 @@
|
|||||||
%define with_plugin 0
|
%define with_plugin 0
|
||||||
%define with_iconv 1
|
%define with_iconv 1
|
||||||
|
|
||||||
%include %{_configdir}/gcc-12.cfg
|
%include %{_configdir}/gcc-13.cfg
|
||||||
|
Reference in New Issue
Block a user