- On riscv64 force gcc 8 as bootstrap compiler

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/newlib?expand=0&rev=15
This commit is contained in:
Michael Matz 2019-05-27 20:00:38 +00:00 committed by Git OBS Bridge
parent e77ef8e29a
commit a6976637e7
11 changed files with 55 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
- On riscv64 force gcc 8 as bootstrap compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cross-arm-none-newlib-devel # spec file for package cross-arm-none-newlib-devel
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff Patch1: epiphany-fixes.diff
%if "%{cross_arch}" == "riscv64"
BuildRequires: cross-%{gcc_cross_arch}-gcc8-bootstrap
%else
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
%endif
%if %{suse_version} > 1220 %if %{suse_version} > 1220
BuildRequires: makeinfo BuildRequires: makeinfo
%else %else

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
- On riscv64 force gcc 8 as bootstrap compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cross-epiphany-newlib-devel # spec file for package cross-epiphany-newlib-devel
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff Patch1: epiphany-fixes.diff
%if "%{cross_arch}" == "riscv64"
BuildRequires: cross-%{gcc_cross_arch}-gcc8-bootstrap
%else
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
%endif
%if %{suse_version} > 1220 %if %{suse_version} > 1220
BuildRequires: makeinfo BuildRequires: makeinfo
%else %else

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
- On riscv64 force gcc 8 as bootstrap compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cross-riscv64-newlib-devel # spec file for package cross-riscv64-newlib-devel
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff Patch1: epiphany-fixes.diff
%if "%{cross_arch}" == "riscv64"
BuildRequires: cross-%{gcc_cross_arch}-gcc8-bootstrap
%else
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
%endif
%if %{suse_version} > 1220 %if %{suse_version} > 1220
BuildRequires: makeinfo BuildRequires: makeinfo
%else %else

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
- On riscv64 force gcc 8 as bootstrap compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cross-rx-newlib-devel # spec file for package cross-rx-newlib-devel
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff Patch1: epiphany-fixes.diff
%if "%{cross_arch}" == "riscv64"
BuildRequires: cross-%{gcc_cross_arch}-gcc8-bootstrap
%else
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
%endif
%if %{suse_version} > 1220 %if %{suse_version} > 1220
BuildRequires: makeinfo BuildRequires: makeinfo
%else %else

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
- On riscv64 force gcc 8 as bootstrap compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package newlib # spec file for package newlib
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #

View File

@ -15,7 +15,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
Patch1: epiphany-fixes.diff Patch1: epiphany-fixes.diff
%if "%{cross_arch}" == "riscv64"
BuildRequires: cross-%{gcc_cross_arch}-gcc8-bootstrap
%else
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
%endif
%if %{suse_version} > 1220 %if %{suse_version} > 1220
BuildRequires: makeinfo BuildRequires: makeinfo
%else %else