mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
5: Update Newlib for RISC-V
Use the latest Newlib to fix the GCC libgomp build (TLS support was not detected due to broken crt0). Update #3452.
This commit is contained in:
parent
01600ac88f
commit
79c83cd097
@ -11,7 +11,7 @@
|
||||
|
||||
devel/expat-2.1.0-1
|
||||
tools/rtems-binutils-906c6f2c54425f18eccb30e3ae54cbe620f0fe86
|
||||
tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-3.0.0.20180802
|
||||
tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-3bc64b88c391bb9f27fdbf38703fef949828987a
|
||||
tools/rtems-gdb-ce73f310150418a9a1625ab60a527d959096a9e2
|
||||
tools/rtems-tools-5-1
|
||||
tools/rtems-kernel-5
|
||||
|
@ -0,0 +1,29 @@
|
||||
%include %{_configdir}/checks.cfg
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define gcc_version 62cab5089882f91865e9040672f7932ae8d09db1
|
||||
%define gcc_external 1
|
||||
%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
|
||||
%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 bae48539c8f45f1b8c1876838232b9048d33dd01b321f4159a8321328590c52b343f70559e1549d55cf9ab71fd82ebfda94c42027cbabe9634fe18a1da89b492
|
||||
|
||||
%define newlib_version 3bc64b88c391bb9f27fdbf38703fef949828987a
|
||||
%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 556b3f8707af9f48554aa96cba822ea913a497da0fb08c4ee46f297758bce7b165f8bd710dbb0719bfb2a9e3cbc4c2c400e95d9a486da0d2ebdf6f3cac9bb11e
|
||||
|
||||
%define mpfr_version 3.1.4
|
||||
%hash sha512 mpfr-%{mpfr_version}.tar.bz2 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
|
||||
|
||||
%define mpc_version 1.0.3
|
||||
%hash sha512 mpc-%{mpc_version}.tar.gz 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
|
||||
|
||||
%define gmp_version 6.1.0
|
||||
%hash sha512 gmp-%{gmp_version}.tar.bz2 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
|
||||
|
||||
%define with_threads 1
|
||||
%define with_plugin 0
|
||||
%define with_iconv 1
|
||||
|
||||
%include %{_configdir}/gcc-7.2-1.cfg
|
Loading…
x
Reference in New Issue
Block a user