forked from pool/gcc12
baserev update by copy to link target
Rev devel:gcc/32 Md5 e1b081b7c666a856eca9b2ed70696333 2022-04-08 20:45:22 buildservice-autocommit 967209
This commit is contained in:
parent
7dd76281da
commit
b068dc7ed1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -709,9 +714,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -709,9 +714,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -709,9 +714,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -709,9 +714,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
|
|||||||
only, it is not intended for any other use.
|
only, it is not intended for any other use.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -708,9 +713,9 @@ amdgcn-amdhsa,\
|
|||||||
}
|
}
|
||||||
|
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?gcc_icecream:%gcc_icecream}
|
%if 0%{?gcc_icecream:%gcc_icecream}
|
||||||
|
@ -216,9 +216,9 @@ only, it is not intended for any other use.
|
|||||||
# BUILD-COMMON-BEGIN
|
# BUILD-COMMON-BEGIN
|
||||||
# BUILD-COMMON-END
|
# BUILD-COMMON-END
|
||||||
%if 0%{!?gcc_icecream:1}
|
%if 0%{!?gcc_icecream:1}
|
||||||
make %{?_smp_mflags}
|
make %{?make_output_sync} %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags} all-host
|
make %{?make_output_sync} %{?_smp_mflags} all-host
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:32b2abe17ec2b54e2ec110f5a1335b6741217c74494f1526a670ff3cdb70bfbf
|
oid sha256:1ca885558e17ee58ea92f97c98ae0019e7ef3ed425a4de8b6379d247abb1649b
|
||||||
size 87705
|
size 87853
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -496,6 +496,11 @@ Results from running the gcc and target library testsuites.
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -905,7 +910,7 @@ STAGE1_FLAGS="-g -O2"
|
|||||||
%define use_pgo_bootstrap 1
|
%define use_pgo_bootstrap 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{?use_pgo_bootstrap:setarch `arch` -R} make %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
%{?use_pgo_bootstrap:setarch `arch` -R} make %{?make_output_sync} %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||||
make info
|
make info
|
||||||
%if 0%{?run_tests:1}
|
%if 0%{?run_tests:1}
|
||||||
echo "Run testsuite"
|
echo "Run testsuite"
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- On SLE15 and later, use make -Oline to synchronize configure output by
|
||||||
|
lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Apr 6 07:22:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -1992,6 +1992,11 @@ Results from running the gcc and target library testsuites.
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{suse_version} >= 1500
|
||||||
|
# Synchronize output by lines, useful for configure output
|
||||||
|
%define make_output_sync -Oline
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
|
||||||
%setup -q -n gcc-%{version} -a 5
|
%setup -q -n gcc-%{version} -a 5
|
||||||
@ -2401,7 +2406,7 @@ STAGE1_FLAGS="-g -O2"
|
|||||||
%define use_pgo_bootstrap 1
|
%define use_pgo_bootstrap 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{?use_pgo_bootstrap:setarch `arch` -R} make %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
%{?use_pgo_bootstrap:setarch `arch` -R} make %{?make_output_sync} %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||||
make info
|
make info
|
||||||
%if 0%{?run_tests:1}
|
%if 0%{?run_tests:1}
|
||||||
echo "Run testsuite"
|
echo "Run testsuite"
|
||||||
|
Loading…
Reference in New Issue
Block a user