- Do not specify alternate offload compiler location at

configure time.
- Update README.First-for.SuSE.packagers

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=198
This commit is contained in:
Richard Biener 2020-11-26 15:08:16 +00:00 committed by Git OBS Bridge
parent 53934be75b
commit d810af1a86
48 changed files with 136 additions and 61 deletions

View File

@ -1,29 +1,35 @@
IMPORTANT: Please change gcc.spec.in and then run ./pre_checkin.sh! IMPORTANT: Please change gcc.spec.in or cross.spec.in and then
Do not change gcc.spec directly! run ./pre_checkin.sh! Do not change any .spec directly!
Since GCC comes with a testsuite that runs for quite a long time and Since GCC comes with a testsuite that runs for quite a long time and
that test suite also contains some known failures, we should run the that test suite also contains some known failures, we should run the
testsuite of GCC whenever the compiler is changed to ensure a high testsuite of GCC whenever the compiler is changed to ensure a high
quality compiler. quality compiler.
The package is now split into multiple parts, gcc$VER, The package is now split into two parts, gcc$VER and gcc$VER-testresults
gcc$VER-testresults and libffi$VER (plus various spec files for (plus various spec files for cross and offload). The testsuite is run from
cross and icecream cross compilers). The testsuite is run from gcc$VER-testresults.spec, a dummy source package with the actual testresults,
gcc$VER-testresults, a dummy package with the testresults, gcc$VER-testresults, gcc$VER-testresults, generated from it which contains testing logfiles and
is generated from it which contains testing logfiles and summary. a summary.
Before checking in a new compiler, please do the following steps as QA Before checking in a new compiler, please do the following steps as QA
measure to check that the new compiler does not introduce any new measure to check that the new compiler does not introduce any new
failures: failures:
- Run mbuild for all archs for at least the gcc$VER and the gcc$VER-testresults - In your branch project make sure at least gcc$VER and gcc$VER-testresults
subpackages are built for all relevant architectures of the product
- When mbuild is finished, call - When the build finished, call
/suse/rguenther/bin/compare-testresults.sh mbuild-directory /suse/rguenther/bin/compare-testresults-bs.sh \
(for the gcc$VER-testresults build). gcc$VER-testresults gcc$VER-testresults \
The output of that script should not show any failures. If it does, SUSE:SLE-15:Update standard .1234 \
please fix them or discuss this with the gcc package maintainers. home:user:branches:gcc standard
It will compare testresults of the base (shipped in the product already,
look for the magic .1234 suffix as to the latest released update) to
your proposed update. The differences will be recorded in a temporary
directory which is printed as output, they should not contain any new
failures. If they do, please fix them or discuss this with the gcc
package maintainers.
- Do not remove this file. - Do not remove this file.

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -404,7 +404,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -404,7 +404,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -404,7 +404,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1198,7 +1198,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -584,7 +584,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}

View File

@ -1,7 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 10:43:30 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 15:06:50 UTC 2020 - Richard Biener <rguenther@suse.com>
- Enable fortran for the nvptx offload compiler. - Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
configure time.
- Update README.First-for.SuSE.packagers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com> Thu Nov 26 07:58:17 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -1888,7 +1888,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \
hsa,\ hsa,\
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}
nvptx-none=%{_prefix}/nvptx-none, \ nvptx-none, \
%endif %endif
%endif %endif
%if %{build_nvptx} %if %{build_nvptx}