- Avoid using a %gcc macro to support using gcc 4.8 for building

on SLE11.  Use the regular language compilers for testing.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=378
This commit is contained in:
2024-03-20 10:38:11 +00:00
committed by Git OBS Bridge
parent 16c32eb249
commit 93003f4505
2 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 20 09:53:08 UTC 2024 - Richard Biener <rguenther@suse.com>
- Avoid using a %gcc macro to support using gcc 4.8 for building
on SLE11. Use the regular language compilers for testing.
-------------------------------------------------------------------
Tue Feb 27 11:24:51 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>