Changelog for
cross-arm-none-newlib-devel-4.1.0-5.1.x86_64.rpm :
* Thu Jun 22 2023 Ingo Göppert
- Force to build with gcc11- Disabled not used targets- Set --disable-newlib-supplied-syscalls for all builds (not only nano builds)- Modified flags/features to be compatible to the configuration of the corepondig package for arch linux (set arch_compat=1 to enable modifications)
* Sun Apr 24 2022 Matwey Kornilov - Add initial support for TI PRU architecture. This is used for real-time coprocessor of BeagleBone Black (JeOS-beaglebone)
* Sun Dec 19 2021 Stefan Brüns - Build also nano variants of the libraries. The flags/features are the same as used e.g. by ARM for their toolchain, or fedora; most notably syscalls are not supplied, as this targets bare metal.
* Wed Jun 09 2021 Dirk Müller - disable all but the arm dependencies for ring
* Mon Mar 08 2021 Richard Biener - Update to v4.1.0
* fixes for regressions to pow/powf and tgamma functions
* RISC-V semihosting support
* RISC-V and arm patches
* additional out-of-bounds checking for malloc/nano-malloc family [bsc#1183172, CVE-2021-3420]
* various fixes to makedocbook for python 3.8
* multiple standard/accuracy fixes to libm math routines
* C-SKY port
* support for Armv8-R aarch64 added
* move of __tzrules_struct from time.h to internal header
* math additions/improvements for RISC-V and arm
* all arm code converted to use unified syntax for Thumb1
* fenv support added for multiple platforms
* hard float support for PowerPC taken from FreeBSD
* advertising clause removed from BSD licenses
* various other fixes
* Tue Dec 08 2020 Stefan Brüns - Use _multibuild for building all flavors.- Remove unused makeinfo build dependency.- Omit all build steps from base flavor, it just packages various documentation files.- Remove deprecated stuff from spec file.
* Mon Dec 07 2020 Guillaume GARDET - Use defined gcc version for all architectures
* Tue Oct 27 2020 Matthew Trescott - Update to v3.3.0
* Fixes assembly of trap.S when building ARM multilibs (related to [bsc#1106014]- Remove unused configure flag --with-multilib-list. Newlib\'s configure script obtains this information from the GCC used to build it.
* Sun Jun 23 2019 Andreas Färber - Update to v3.1.0
* Mon May 27 2019 matzAATTsuse.com- On riscv64 force gcc 8 as bootstrap compiler