summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-09-03 13:13:08 -0400
committerJoel Sherrill <joel@rtems.org>2021-09-20 14:57:52 -0500
commit3950b1e2d857a5dba054cdd230f52635f1bad4dc (patch)
treef50b57c5fc254ebb56f2cc6c3e6eaeafa53ea030 /rtems/config/tools/rtems-gcc-head-newlib-head.cfg
parentrtems-gcc-10-newlib-head.cfg: Add newlib patch (diff)
downloadrtems-source-builder-3950b1e2d857a5dba054cdd230f52635f1bad4dc.tar.bz2
rtems-gcc-head-newlib-head.cfg: Add newlib patch
Adds patch to add sanitation to the padding of bits and size_t types for AArch64 tools builds with newlib. These changes have been made in ARM, but newlib has yet to pull them. This can be removed once newlib has pulled the code. Updates #4510
Diffstat (limited to 'rtems/config/tools/rtems-gcc-head-newlib-head.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-head-newlib-head.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-head-newlib-head.cfg b/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
index 111d6c5..e0443dc 100644
--- a/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
@@ -13,6 +13,9 @@
%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 r/FkML8n7cTUGaWik8RqdCXuoxfT9N26aWXw404TkQOFiHnCXBT8P1kxGhCEptOpNqaIRsgamvWx5RPowpXqqg==
+%patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly.patch
+%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly.patch BHRMimj6ztKPHQFxypI8RwPmno96B56eVQGx5dtCtcOb+qICMrQC1fa0jP3JrR8RGJI4y61RoYvpnj6EbTmRKA==
+
%define with_threads 1
%define with_plugin 0
%define with_iconv 1