source: rtems-source-builder/rtems/config/tools/rtems-gcc-12-newlib-head.cfg @ 46ff999

Last change on this file since 46ff999 was 46ff999, checked in by Sebastian Huber <sebastian.huber@…>, on 11/21/22 at 19:45:33

6/7: Update Newlib

  • Property mode set to 100644
File size: 3.3 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version e7ccf76
5%define gcc_external 1
6%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
7%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
8%hash sha512 %{gcc_expand_name}.tar.gz \
9  hXUCnCZPM8DDeWDJwHEybsnmBviDtsBqYAr5YnRmdTUNnsfWf2s9vdlWiOEBewte80qo2emy5cZ04GtiD7grXw==
10
11%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch
12%hash sha512 0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch \
13        QT8UN0hW+L/Su5Slbxhg//j+mpNvM8lv32paDFow4s99BQJtAzjoswAVqT2AFppgI5cHa5R8gpKsW1zcIjfsTg==
14
15%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4560/gcc-12-RTEMS-Use-local-exec-TLS-model-by-default.patch
16%hash sha512 gcc-12-RTEMS-Use-local-exec-TLS-model-by-default.patch \
17        u6rhKhbCXwpX2Dib/YYMRRwYqRc+9Mf3MFUBAgwYQ6AFy/4VbVFpTLyzReMIkEC1Dumq66qABQPalh9YHTDwxA==
18
19%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4668/gcc-12-RTEMS-Enable-some-features-in-libstdc.patch
20%hash sha512 gcc-12-RTEMS-Enable-some-features-in-libstdc.patch \
21        dZehMV4QtmSlXope4a4w6wivL39Y2NYFZz8qdJwHHZFkp5c7yUcxzQ+BLIKRmae0fRjMQB/bj7oVPVvZU2qYgA==
22
23%patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch
24%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch \
25        fKI36r/Vs4JxMYbh/CkN/JmaNTMVeV7LjdDSL80at/W/MfQymVStq5GtBMEA3KwOhtQG/bzo+Cz53COELIjK9g==
26
27# Following patches are related to compilation on Apple M1/Darwin host platform.
28# They are here to workaround issues with ISL, MPFR and MPC libraries.
29# Upstream projects were already informed so hopefully when RSB moves
30# to more modern libraries versions they may be removed from here.
31# The patches are solely for libisl 0.24, libmpfr 4.1.0 and libmpc 1.2.1
32# See #4657 for more information.
33%patch add isl -p1 https://devel.rtems.org/raw-attachment/ticket/4657/fix-mac-arm64-isl-config.patch
34%hash sha512 fix-mac-arm64-isl-config.patch \
35        wH/bYFplINGUNYUEcx5jtUAhHvaAOD8cpOxltKxDridodTT9fYGWpNvoOg7PLEKkJUxx5gnuSEp2FFc7xJmi6A==
36%patch add mpfr -p1 https://devel.rtems.org/raw-attachment/ticket/4657/fix-mac-arm64-mpfr-config.patch
37%hash sha512 fix-mac-arm64-mpfr-config.patch \
38        3FBp34cL0Ct+eO0ixq2emiu5yjcs4aa36PpbdjXc7zXCnyUf5RlcnCpDUTEWwSyrGw6WFxzzS9f7fQM0wsdA+w==
39%patch add mpc -p1 https://devel.rtems.org/raw-attachment/ticket/4657/fix-mac-arm64-mpc-config.patch
40%hash sha512 fix-mac-arm64-mpc-config.patch \
41        KEmxHjYOqY4LTXCMZ3I60tbHusbR5GlnP0CLARHPAnhCnovDj9K3U43C1bsMxDDGRqD6fwtrEFoEgqVFX63IuQ==
42# Comment above related to #4657 and patches ends here
43
44%define newlib_version b9898fc
45%define newlib_external 1
46%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
47%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz \
48           https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
49%hash sha512 newlib-%{newlib_version}.tar.gz \
50  FT/pbC/4hXi/cJAbDuahqdm3DHa9xLQMNkxvs2i2S1D2X+mGwHEtkUtU6q0PWos+4tMdQw+7R3oM25dwwgl9tQ==
51
52%define with_threads 1
53%define with_plugin 0
54%define with_iconv 1
55
56%include %{_configdir}/gcc-12.cfg
Note: See TracBrowser for help on using the repository browser.