mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
6: Add GCC 13.2 configuration
This commit is contained in:
parent
bddb17c9d2
commit
33bb5fca23
20
rtems/config/tools/rtems-gcc-13.2-newlib-head.cfg
Normal file
20
rtems/config/tools/rtems-gcc-13.2-newlib-head.cfg
Normal file
@ -0,0 +1,20 @@
|
||||
%include %{_configdir}/checks.cfg
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define gcc_version 13.2.0
|
||||
%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.xz
|
||||
%hash sha512 gcc-%{gcc_version}.tar.xz \
|
||||
2Z5IJqcNsEUERn40np+67apYcHZs2nxcq1DN6+3EvnVevKW3ieEjKjSiC+GgtgCX3pKA7+R723HHMlHjCwhiog==
|
||||
|
||||
%define newlib_version fbc5496
|
||||
%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 \
|
||||
AFwyCjHHXfddx/lUcJbmcxSFOYtfj8cshzthqF9B2OtZxxxN/NQ8O+znhUPKDv20KjOBEMGh4VHpoiFBjZOrmA==
|
||||
|
||||
%define with_threads 1
|
||||
%define with_plugin 0
|
||||
%define with_iconv 1
|
||||
|
||||
%include %{_configdir}/gcc-12.cfg
|
Loading…
x
Reference in New Issue
Block a user