[rtems-source-builder commit] 4.11/arm: Fix the path to the sqrt patch.

Chris Johns chrisj at rtems.org
Sun Mar 26 03:49:37 UTC 2017


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sun Mar 26 14:47:55 2017 +1100

4.11/arm: Fix the path to the sqrt patch.

Use the upstream patch sent to the newlib mailing list.

Closes #2951.

---

 rtems/config/tools/rtems-gcc-6.3.0-newlib-2.5.0.20170228-1.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rtems/config/tools/rtems-gcc-6.3.0-newlib-2.5.0.20170228-1.cfg b/rtems/config/tools/rtems-gcc-6.3.0-newlib-2.5.0.20170228-1.cfg
index 4217f75..59b3bd4 100644
--- a/rtems/config/tools/rtems-gcc-6.3.0-newlib-2.5.0.20170228-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6.3.0-newlib-2.5.0.20170228-1.cfg
@@ -13,8 +13,10 @@
 %hash sha512 mpc-0.8.1.tar.gz 14cb9ae3d33caed24d5ae648eed28b2e00ad047a8baeff25981129af88245b4def2948573d7a00d65c5bd34e53524aa6a7351b76703c9f888b41830c1a1daae2
 %hash sha512 gmp-4.3.2.tar.bz2 2e0b0fd23e6f10742a5517981e5171c6e88b0a93c83da701b296f5c0861d72c19782daab589a7eac3f9032152a0fc7eff7f5362db8fccc4859564a9aa82329cf
 
-%patch add newlib %{rtems_newlib_patches}/arm/newlib-ARM-Optimize-IEEE-754-sqrt-implementation.diff
-%hash sha512 newlib-ARM-Optimize-IEEE-754-sqrt-implementation.diff 1bfdbd4a052eb42d559f430644de44943d524c22ed83c6ebf522659bfb3046535fd5bb28bd2866a47146210cad0afff1aa5cccba1bf503b2609eb05409b61734
+#%patch add newlib %{rtems_newlib_patches}/arm/newlib-ARM-Optimize-IEEE-754-sqrt-implementation.diff
+%patch add newlib --rsb-file=newlib-ARM-Optimize-IEEE-754-sqrt-implementation.diff -p1 https://sourceware.org/cgi-bin/get-raw-msg?listname=newlib&date=2017&msgid=1490082540-22841-1-git-send-email-sebastian.huber%40embedded-brains.de https://sourceware.org/cgi-bin/get-raw-msg?listname=newlib&date=2017&msgid=1490082540-22841-1-git-send-email-sebastian.huber%40embedded-brains.de
+
+%hash sha512 newlib-ARM-Optimize-IEEE-754-sqrt-implementation.diff b23154285e4fbabfbd27e3bc7493e7336b698e0da4a93bd1860b11ad40e5bc530b86ddfcef8421c1e2f0e7c8039b1b340297d7cd88381f75abdffd590eb51962
 
 %define with_threads 1
 %define with_plugin  0




More information about the vc mailing list