[rtems-source-builder commit] Update newlib to 9069cb9 hash

Joel Sherrill joel at rtems.org
Fri Sep 3 19:27:36 UTC 2021


Module:    rtems-source-builder
Branch:    master
Commit:    4137b990e487a5fe9ad10f867c473788107c83d4
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=4137b990e487a5fe9ad10f867c473788107c83d4

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Sep  2 19:52:28 2021 -0500

Update newlib to 9069cb9 hash

This update is to include a fix for building rtems-libbsd using the
previous newlib hash. <sys/signal.h> was using a macro specific to
the newlib implementation of <stdint.h>. When building rtems-libbsd,
-ffreestanding is used and that switches to the gcc <stdint.h> and
there was a compilation error.

---

 rtems/config/tools/rtems-gcc-10-newlib-head.cfg   | 4 ++--
 rtems/config/tools/rtems-gcc-head-newlib-head.cfg | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
index 69c4fb5..399710c 100644
--- a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
@@ -13,11 +13,11 @@
 %patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4215/0001-nios2-Remove-custom-instruction-warnings.patch
 %hash sha512 0001-nios2-Remove-custom-instruction-warnings.patch afd8a5e6bdcc5b75d5fbbf558bdf56ccac400521a6eec9d88cc95f6be67c481f2dbf8faa0f6ddc1e4ac7c56a84938714d80e46e9cf80ec4b8fcd739986449881
 
-%define newlib_version 4f81149
+%define newlib_version 9069cb9
 %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 D3solpDJpJR0P8MciqOTI9BXKLzd7YQmZbzIFXClXN37Q+PKKkkVlc3q9v4lfZbVGXEMEIiu4zTLPf4bKUfG2w==
+%hash sha512 newlib-%{newlib_version}.tar.gz r/FkML8n7cTUGaWik8RqdCXuoxfT9N26aWXw404TkQOFiHnCXBT8P1kxGhCEptOpNqaIRsgamvWx5RPowpXqqg==
 
 %define with_threads 1
 %define with_plugin 0
diff --git a/rtems/config/tools/rtems-gcc-head-newlib-head.cfg b/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
index 4939ca5..111d6c5 100644
--- a/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
@@ -7,11 +7,11 @@
 %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 565db44c7427c3157f7a8c5541e1e4f849412c9967c8385738dc0fea366998be7a8f2b0b1f31d2197745b541c9d9f85cc4dfeb68632dab96c7ae7efbb500ae67
 
-%define newlib_version 0c0f3df
+%define newlib_version 9069cb9
 %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 9ded46b3077508ef05bbb4bf424777a0baa5aab9c7c0c902fb5529bb73b5b5034c35282e2dbf270cbcd44d84940a20ee270e329db4e4b501046978c18f78a11c
+%hash sha512 newlib-%{newlib_version}.tar.gz r/FkML8n7cTUGaWik8RqdCXuoxfT9N26aWXw404TkQOFiHnCXBT8P1kxGhCEptOpNqaIRsgamvWx5RPowpXqqg==
 
 %define with_threads 1
 %define with_plugin 0



More information about the vc mailing list