- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
integration. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=95
This commit is contained in:
parent
0cd010483f
commit
fd801c2d33
@ -93,7 +93,8 @@ add_newlib_cross() {
|
||||
if test "$do_crosses" = 1 ; then
|
||||
add_cross cross-aarch64-gcc$base_ver aarch64 aarch64-suse-linux %define gcc_icecream 1
|
||||
add_cross cross-arm-gcc$base_ver arm arm-suse-linux-gnueabi %define gcc_icecream 0
|
||||
add_cross cross-avr-gcc$base_ver avr avr %define gcc_icecream 1
|
||||
add_cross cross-avr-gcc$base_ver-bootstrap avr avr "%define gcc_libc_bootstrap 1"
|
||||
add_cross cross-avr-gcc$base_ver avr avr
|
||||
add_cross cross-i386-gcc$base_ver i386 i586-suse-linux %define gcc_icecream 1
|
||||
add_cross cross-x86_64-gcc$base_ver x86_64 x86_64-suse-linux %define gcc_icecream 1
|
||||
add_cross cross-s390x-gcc$base_ver s390x s390x-suse-linux %define gcc_icecream 1
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define pkgname cross-avr-gcc7
|
||||
%define cross_arch avr
|
||||
%define gcc_target_arch avr
|
||||
%define gcc_icecream 1
|
||||
|
||||
#
|
||||
# spec file for package gcc (Version 4.0.1)
|
||||
#
|
||||
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -124,6 +124,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -124,6 +124,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -123,6 +123,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -102,6 +102,9 @@ BuildRequires: libunwind-devel
|
||||
%if 0%{?gcc_target_newlib:1} && 0%{!?gcc_libc_bootstrap:1}
|
||||
BuildRequires: cross-%cross_arch-newlib-devel
|
||||
%endif
|
||||
%if 0%{!?gcc_libc_bootstrap:1} && %{cross_arch} == "avr"
|
||||
BuildRequires: avr-libc
|
||||
%endif
|
||||
%if 0%{?gcc_target_glibc:1}
|
||||
BuildRequires: cross-%cross_arch-glibc-devel
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:41:34 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 10:32:47 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user