diff --git a/README.First-for.SuSE.packagers b/README.First-for.SuSE.packagers index 4275407..6702c30 100644 --- a/README.First-for.SuSE.packagers +++ b/README.First-for.SuSE.packagers @@ -1,29 +1,35 @@ -IMPORTANT: Please change gcc.spec.in and then run ./pre_checkin.sh! -Do not change gcc.spec directly! +IMPORTANT: Please change gcc.spec.in or cross.spec.in and then +run ./pre_checkin.sh! Do not change any .spec directly! 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 testsuite of GCC whenever the compiler is changed to ensure a high quality compiler. -The package is now split into multiple parts, gcc$VER, -gcc$VER-testresults and libffi$VER (plus various spec files for -cross and icecream cross compilers). The testsuite is run from -gcc$VER-testresults, a dummy package with the testresults, gcc$VER-testresults, -is generated from it which contains testing logfiles and summary. +The package is now split into two parts, gcc$VER and gcc$VER-testresults +(plus various spec files for cross and offload). The testsuite is run from +gcc$VER-testresults.spec, a dummy source package with the actual testresults, +gcc$VER-testresults, generated from it which contains testing logfiles and +a summary. 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 failures: -- Run mbuild for all archs for at least the gcc$VER and the gcc$VER-testresults - subpackages +- In your branch project make sure at least gcc$VER and gcc$VER-testresults + are built for all relevant architectures of the product -- When mbuild is finished, call - /suse/rguenther/bin/compare-testresults.sh mbuild-directory - (for the gcc$VER-testresults build). - The output of that script should not show any failures. If it does, - please fix them or discuss this with the gcc package maintainers. +- When the build finished, call + /suse/rguenther/bin/compare-testresults-bs.sh \ + gcc$VER-testresults gcc$VER-testresults \ + SUSE:SLE-15:Update standard .1234 \ + 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. diff --git a/cross-aarch64-gcc7.changes b/cross-aarch64-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-aarch64-gcc7.changes +++ b/cross-aarch64-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-aarch64-gcc7.spec b/cross-aarch64-gcc7.spec index 9645fec..3510a5a 100644 --- a/cross-aarch64-gcc7.spec +++ b/cross-aarch64-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-arm-gcc7.changes b/cross-arm-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-arm-gcc7.changes +++ b/cross-arm-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-arm-gcc7.spec b/cross-arm-gcc7.spec index 26f9a79..e047910 100644 --- a/cross-arm-gcc7.spec +++ b/cross-arm-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-arm-none-gcc7-bootstrap.changes b/cross-arm-none-gcc7-bootstrap.changes index eb299ea..3d9e4bb 100644 --- a/cross-arm-none-gcc7-bootstrap.changes +++ b/cross-arm-none-gcc7-bootstrap.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-arm-none-gcc7-bootstrap.spec b/cross-arm-none-gcc7-bootstrap.spec index c2ab6ee..57ae98b 100644 --- a/cross-arm-none-gcc7-bootstrap.spec +++ b/cross-arm-none-gcc7-bootstrap.spec @@ -404,7 +404,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-arm-none-gcc7.changes b/cross-arm-none-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-arm-none-gcc7.changes +++ b/cross-arm-none-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-arm-none-gcc7.spec b/cross-arm-none-gcc7.spec index 84fa302..df6d4f8 100644 --- a/cross-arm-none-gcc7.spec +++ b/cross-arm-none-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-avr-gcc7-bootstrap.changes b/cross-avr-gcc7-bootstrap.changes index eb299ea..3d9e4bb 100644 --- a/cross-avr-gcc7-bootstrap.changes +++ b/cross-avr-gcc7-bootstrap.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-avr-gcc7-bootstrap.spec b/cross-avr-gcc7-bootstrap.spec index 99b5113..0bee46a 100644 --- a/cross-avr-gcc7-bootstrap.spec +++ b/cross-avr-gcc7-bootstrap.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-avr-gcc7.changes b/cross-avr-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-avr-gcc7.changes +++ b/cross-avr-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-avr-gcc7.spec b/cross-avr-gcc7.spec index 5f9f789..181d26c 100644 --- a/cross-avr-gcc7.spec +++ b/cross-avr-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-epiphany-gcc7-bootstrap.changes b/cross-epiphany-gcc7-bootstrap.changes index eb299ea..3d9e4bb 100644 --- a/cross-epiphany-gcc7-bootstrap.changes +++ b/cross-epiphany-gcc7-bootstrap.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-epiphany-gcc7-bootstrap.spec b/cross-epiphany-gcc7-bootstrap.spec index 73e23b3..6ed3e6b 100644 --- a/cross-epiphany-gcc7-bootstrap.spec +++ b/cross-epiphany-gcc7-bootstrap.spec @@ -404,7 +404,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-epiphany-gcc7.changes b/cross-epiphany-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-epiphany-gcc7.changes +++ b/cross-epiphany-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-epiphany-gcc7.spec b/cross-epiphany-gcc7.spec index c2afc9c..18336c2 100644 --- a/cross-epiphany-gcc7.spec +++ b/cross-epiphany-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-hppa-gcc7.changes b/cross-hppa-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-hppa-gcc7.changes +++ b/cross-hppa-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-hppa-gcc7.spec b/cross-hppa-gcc7.spec index c905820..474f16d 100644 --- a/cross-hppa-gcc7.spec +++ b/cross-hppa-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-i386-gcc7.changes b/cross-i386-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-i386-gcc7.changes +++ b/cross-i386-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-i386-gcc7.spec b/cross-i386-gcc7.spec index 77b3e12..afe1992 100644 --- a/cross-i386-gcc7.spec +++ b/cross-i386-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-m68k-gcc7.changes b/cross-m68k-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-m68k-gcc7.changes +++ b/cross-m68k-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-m68k-gcc7.spec b/cross-m68k-gcc7.spec index 9e6c95b..e46e913 100644 --- a/cross-m68k-gcc7.spec +++ b/cross-m68k-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-mips-gcc7.changes b/cross-mips-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-mips-gcc7.changes +++ b/cross-mips-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-mips-gcc7.spec b/cross-mips-gcc7.spec index e7dff50..949307a 100644 --- a/cross-mips-gcc7.spec +++ b/cross-mips-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-nvptx-gcc7.changes b/cross-nvptx-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-nvptx-gcc7.changes +++ b/cross-nvptx-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-nvptx-gcc7.spec b/cross-nvptx-gcc7.spec index 037fe1a..6c6b6c8 100644 --- a/cross-nvptx-gcc7.spec +++ b/cross-nvptx-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-ppc64-gcc7.changes b/cross-ppc64-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-ppc64-gcc7.changes +++ b/cross-ppc64-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-ppc64-gcc7.spec b/cross-ppc64-gcc7.spec index 3fbebca..4ff59ea 100644 --- a/cross-ppc64-gcc7.spec +++ b/cross-ppc64-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-ppc64le-gcc7.changes b/cross-ppc64le-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-ppc64le-gcc7.changes +++ b/cross-ppc64le-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-ppc64le-gcc7.spec b/cross-ppc64le-gcc7.spec index 30586be..27876a0 100644 --- a/cross-ppc64le-gcc7.spec +++ b/cross-ppc64le-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-rx-gcc7-bootstrap.changes b/cross-rx-gcc7-bootstrap.changes index eb299ea..3d9e4bb 100644 --- a/cross-rx-gcc7-bootstrap.changes +++ b/cross-rx-gcc7-bootstrap.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-rx-gcc7-bootstrap.spec b/cross-rx-gcc7-bootstrap.spec index d947cee..c4fced7 100644 --- a/cross-rx-gcc7-bootstrap.spec +++ b/cross-rx-gcc7-bootstrap.spec @@ -404,7 +404,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-rx-gcc7.changes b/cross-rx-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-rx-gcc7.changes +++ b/cross-rx-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-rx-gcc7.spec b/cross-rx-gcc7.spec index b3834b7..34d65d4 100644 --- a/cross-rx-gcc7.spec +++ b/cross-rx-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-s390x-gcc7.changes b/cross-s390x-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-s390x-gcc7.changes +++ b/cross-s390x-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-s390x-gcc7.spec b/cross-s390x-gcc7.spec index 0bd3f41..dddd330 100644 --- a/cross-s390x-gcc7.spec +++ b/cross-s390x-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-sparc-gcc7.changes b/cross-sparc-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-sparc-gcc7.changes +++ b/cross-sparc-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-sparc-gcc7.spec b/cross-sparc-gcc7.spec index 6722edd..e1dfd37 100644 --- a/cross-sparc-gcc7.spec +++ b/cross-sparc-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-sparc64-gcc7.changes b/cross-sparc64-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-sparc64-gcc7.changes +++ b/cross-sparc64-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-sparc64-gcc7.spec b/cross-sparc64-gcc7.spec index 93d7605..b6fa3d3 100644 --- a/cross-sparc64-gcc7.spec +++ b/cross-sparc64-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/cross-x86_64-gcc7.changes b/cross-x86_64-gcc7.changes index eb299ea..3d9e4bb 100644 --- a/cross-x86_64-gcc7.changes +++ b/cross-x86_64-gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/cross-x86_64-gcc7.spec b/cross-x86_64-gcc7.spec index dcd7d00..a630ca1 100644 --- a/cross-x86_64-gcc7.spec +++ b/cross-x86_64-gcc7.spec @@ -403,7 +403,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/gcc.spec.in b/gcc.spec.in index bbc5b41..e2e830c 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1198,7 +1198,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/gcc7-testresults.changes b/gcc7-testresults.changes index eb299ea..3d9e4bb 100644 --- a/gcc7-testresults.changes +++ b/gcc7-testresults.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/gcc7-testresults.spec b/gcc7-testresults.spec index a570f8a..6780525 100644 --- a/gcc7-testresults.spec +++ b/gcc7-testresults.spec @@ -584,7 +584,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx} diff --git a/gcc7.changes b/gcc7.changes index eb299ea..3d9e4bb 100644 --- a/gcc7.changes +++ b/gcc7.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 26 10:43:30 UTC 2020 - Richard Biener +Thu Nov 26 15:06:50 UTC 2020 - Richard Biener - 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 diff --git a/gcc7.spec b/gcc7.spec index 0285e0b..42337e6 100644 --- a/gcc7.spec +++ b/gcc7.spec @@ -1888,7 +1888,7 @@ TCFLAGS="$RPM_OPT_FLAGS" \ hsa,\ %endif %if %{build_nvptx} -nvptx-none=%{_prefix}/nvptx-none, \ +nvptx-none, \ %endif %endif %if %{build_nvptx}