Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 31 additions and 45 deletions

View File

@ -1,5 +1,6 @@
<multibuild>
<package>arm-none</package>
<package>epiphany</package>
<package>pru</package>
<package>riscv64</package>
<package>rx</package>

24
epiphany-fixes.diff Normal file
View File

@ -0,0 +1,24 @@
Index: newlib-2.1.0/libgloss/epiphany/Makefile.in
===================================================================
--- newlib-2.1.0.orig/libgloss/epiphany/Makefile.in
+++ newlib-2.1.0/libgloss/epiphany/Makefile.in
@@ -184,7 +184,7 @@ distclean maintainer-clean realclean: cl
install:
@for outputs in ${OUTPUTS}; do\
mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
- $(INSTALL_PROGRAM) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
+ $(INSTALL_DATA) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
done
info:
install-info:
--- newlib-4.3.0.20230120/libgloss/epiphany/crt0.S.orig 2023-03-08 13:57:15.671910169 +0100
+++ newlib-4.3.0.20230120/libgloss/epiphany/crt0.S 2023-03-08 13:57:27.135910057 +0100
@@ -121,7 +121,7 @@
#error "not implemented"
#else /* !__STRUCT_ALIGN_64__ */
str r1, [r2, 0] ; __atexit = &__atexit0
- movr r0, 1
+ mov r0, 1
str r0, [r1, 4] ; __atexit0._ind = 1
mov r0,%low(fini)
movt r0,%high(fini)

BIN
newlib-4.3.0.20230120.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33f12605e0054965996c25c1382b3e463b0af91799001f5bb8c0630f2ec8c852
size 9081514

View File

@ -1,43 +1,3 @@
-------------------------------------------------------------------
Thu Jan 16 12:46:22 UTC 2025 - Richard Biener <rguenther@suse.com>
- Update to v4.5.0
* major clean-up of libgloss build including merging a number of platforms
into top-level Makefile (moxie, v850, i960, msp430, frv, i386, ...) and
removal of dead platforms such as xc16x
* strverscmp fixed for comparison of digit sequence with non-digits
* proper locking added from amdgcn
* numerous improvements to arc support including support of 16-entry
register file
* long double complex functions are now skipped if long double != double
* support for POSIX.1-2024 added to features.h
* arc64: port added for Synopsys Designware ARCv3 ISA
* sys/xtensa removed and replaced by machine/xtensa and libgloss
* fixes to powf
* fixes for building with gcc-15
-------------------------------------------------------------------
Mon Dec 2 07:53:24 UTC 2024 - Richard Biener <rguenther@suse.com>
- Update to v4.4.0
* long double support for i386, aarch64, and x86_64 added from FreeBSD
* RISC-V Zfinx/Zdinx extension support
* wildcard support added to allow arbitrary include dirs to be specified
for a platform
* Xtensa port added
* printf family helper functions split out into separate files to save
space when linking
* wide-oriented I/O fixes including proper split of byte and wide-oriented
stdio functions
* support added for RISC-V long double math
* fixes for c99/gcc-14 warnings treated as errors in multiple platforms
- Includes epiphany-fixes.diff
-------------------------------------------------------------------
Mon Oct 14 05:54:29 UTC 2024 - Richard Biener <rguenther@suse.com>
- Disable epiphany build.
-------------------------------------------------------------------
Thu Feb 22 14:07:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -44,13 +44,14 @@
# In the staging/ring projects, we don't want to build the unneeded packages
%bcond_with ringdisabled
Name: %{pname}
Version: 4.5.0.20241231
Version: 4.3.0.20230120
Release: 0
Summary: C library intended for use on embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
Group: Development/Libraries/Cross
URL: https://sourceware.org/newlib/
Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff
%if "%{flavor}" == ""
BuildArch: noarch
%else