- On SLE15 and later, use make -Oline to synchronize configure output by

lines

Rev devel:gcc/31 Md5 fabac41c0c2dd3d264d534bb671b6068 2022-04-06 10:27:52 rguenther 967269
This commit is contained in:
OBS User rguenther
2022-04-06 10:27:52 +00:00
committed by Git OBS Bridge
parent 7d78df2748
commit d947cc09e9
60 changed files with 382 additions and 59 deletions

View File

@@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package
only, it is not intended for any other use.
%endif
%if 0%{suse_version} >= 1500
# Synchronize output by lines, useful for configure output
%define make_output_sync -Oline
%endif
%prep
%if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1}
%setup -q -n gcc-%{version} -a 5
@@ -708,9 +713,9 @@ amdgcn-amdhsa,\
}
%if 0%{!?gcc_icecream:1}
make %{?_smp_mflags}
make %{?make_output_sync} %{?_smp_mflags}
%else
make %{?_smp_mflags} all-host
make %{?make_output_sync} %{?_smp_mflags} all-host
%endif
%if 0%{?gcc_icecream:%gcc_icecream}