Accepting request 844448 from home:matthewtrescott:branches:devel:gcc

- Update to v3.3.0
  * Fixes assembly of trap.S when building ARM multilibs (related
    to https://bugzilla.opensuse.org/show_bug.cgi?id=1106014)
- Remove unused configure flag --with-multilib-list. Newlib's configure
  script obtains this information from the GCC used to build it.

OBS-URL: https://build.opensuse.org/request/show/844448
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/newlib?expand=0&rev=18
This commit is contained in:
Richard Biener 2020-10-28 08:36:59 +00:00 committed by Git OBS Bridge
parent 98f53681e7
commit 7dd5cbdb55
13 changed files with 64 additions and 34 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 27 03:49:05 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
- 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 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cross-arm-none-newlib-devel
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,12 +24,12 @@
%endif
Name: cross-%{cross_arch}-newlib-devel
Version: 3.1.0
Version: 3.3.0
Release: 0
Summary: C library intended for use on %{cross_arch} embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
Group: Development/Tools
Url: https://sourceware.org/newlib/
URL: https://sourceware.org/newlib/
Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff
@ -72,9 +72,6 @@ cd build-dir
../configure \
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \
--target=%{target} \
%if "%{cross_arch}" == "arm-none"
--with-multilib-list=armv6-m,armv7-m,armv7e-m,cortex-m7,armv7-r \
%endif
--with-build-sysroot=%{sysroot}
make %{?_smp_mflags}

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 27 03:49:05 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
- 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 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cross-epiphany-newlib-devel
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,12 +24,12 @@
%endif
Name: cross-%{cross_arch}-newlib-devel
Version: 3.1.0
Version: 3.3.0
Release: 0
Summary: C library intended for use on %{cross_arch} embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
Group: Development/Tools
Url: https://sourceware.org/newlib/
URL: https://sourceware.org/newlib/
Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff
@ -72,9 +72,6 @@ cd build-dir
../configure \
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \
--target=%{target} \
%if "%{cross_arch}" == "arm-none"
--with-multilib-list=armv6-m,armv7-m,armv7e-m,cortex-m7,armv7-r \
%endif
--with-build-sysroot=%{sysroot}
make %{?_smp_mflags}

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 27 03:49:05 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
- 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 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cross-riscv64-newlib-devel
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,12 +24,12 @@
%endif
Name: cross-%{cross_arch}-newlib-devel
Version: 3.1.0
Version: 3.3.0
Release: 0
Summary: C library intended for use on %{cross_arch} embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
Group: Development/Tools
Url: https://sourceware.org/newlib/
URL: https://sourceware.org/newlib/
Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff
@ -72,9 +72,6 @@ cd build-dir
../configure \
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \
--target=%{target} \
%if "%{cross_arch}" == "arm-none"
--with-multilib-list=armv6-m,armv7-m,armv7e-m,cortex-m7,armv7-r \
%endif
--with-build-sysroot=%{sysroot}
make %{?_smp_mflags}

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 27 03:49:05 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
- 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 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cross-rx-newlib-devel
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,12 +24,12 @@
%endif
Name: cross-%{cross_arch}-newlib-devel
Version: 3.1.0
Version: 3.3.0
Release: 0
Summary: C library intended for use on %{cross_arch} embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
Group: Development/Tools
Url: https://sourceware.org/newlib/
URL: https://sourceware.org/newlib/
Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff
@ -72,9 +72,6 @@ cd build-dir
../configure \
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \
--target=%{target} \
%if "%{cross_arch}" == "arm-none"
--with-multilib-list=armv6-m,armv7-m,armv7e-m,cortex-m7,armv7-r \
%endif
--with-build-sysroot=%{sysroot}
make %{?_smp_mflags}

View File

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

3
newlib-3.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66
size 18361083

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 27 03:49:05 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
- 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 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package newlib
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: newlib
Version: 3.1.0
Version: 3.3.0
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/Tools
Url: https://sourceware.org/newlib/
URL: https://sourceware.org/newlib/
Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff

View File

@ -5,7 +5,7 @@
%endif
Name: cross-%{cross_arch}-newlib-devel
Version: 3.1.0
Version: 3.3.0
Release: 0
Summary: C library intended for use on %{cross_arch} embedded systems
Group: Development/Tools
@ -53,9 +53,6 @@ cd build-dir
../configure \
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \
--target=%{target} \
%if "%{cross_arch}" == "arm-none"
--with-multilib-list=armv6-m,armv7-m,armv7e-m,cortex-m7,armv7-r \
%endif
--with-build-sysroot=%{sysroot}
make %{?_smp_mflags}