-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
50 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
%include %{_configdir}/checks.cfg | ||
%include %{_configdir}/base.cfg | ||
|
||
%define gcc_version 13.3.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 \ | ||
7V8vTG7Sx5b88sk3BxWenb092xugY9VJgE3WjNq7ttVQmFrhyEZa6aM2z+KSdKbrD0LiGSQ2BXTr2OXVx8moAQ== | ||
|
||
%patch add gcc -p1 https://gitlab.rtems.org/-/project/26/uploads/5c21ed0a5ada4d4dc57a19e3b97d3e10/gcc-13.3.0-RTEMS-riscv-multilib.patch | ||
%hash sha512 gcc-13.3.0-RTEMS-riscv-multilib.patch \ | ||
cb8815d02e9d9d51074daa262b95b2288083a6683676c38a27e304cd8479fc3db347e54a4f937e50e232d90da5742fd99d93612de7356bb7fa0bbc98e4938491 | ||
|
||
# C++ filesystem support | ||
%patch add gcc -p1 https://gitlab.rtems.org/-/project/7/uploads/cc2fab985ed0ea695d333fbabd2b2887/v2-0001-libstdc-v3-Enable-features-for-RTEMS.patch | ||
%hash sha512 v2-0001-libstdc-v3-Enable-features-for-RTEMS.patch \ | ||
bu6DuVp4StljkSpA4/rv3Mygi42+LR/ca9s9mLFS/ybTufVm91XYnDB9GF3mU/9h48jf66U9PvrOP0V+Ovb+RQ== | ||
|
||
%define newlib_version 1b3dcfd | ||
%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 \ | ||
VBoijuKCbmakL74eYKJgt7AZYyGZYI0rgvnb5rNpaoR7Doh0dcqToEg9MStkw2waai63bJshO7RC6q0SdZVgXQ== | ||
|
||
%define gcc_pre_install %include tools/rtems-install-stdcxx.cfg | ||
|
||
%patch add gcc file:///local_patch/gcc.patch | ||
%hash sha256 gcc.patch 9c2b548cf4c2b4dd202993b221afef14bd1ce9b799b2209755507190648fdffe | ||
|
||
%define with_threads 1 | ||
%define with_plugin 0 | ||
%define with_iconv 1 | ||
|
||
%include %{_configdir}/gcc-13.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters