Spec File: Change bootstrap gcc version to 14.
Resolves: RHEL-53210
This commit is contained in:
parent
ec0bd5bf3c
commit
5abe836ca2
@ -9,7 +9,7 @@ BuildRequires: scl-utils-build
|
||||
Name: %{?scl_prefix}annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 12.65
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
||||
URL: https://sourceware.org/annobin/
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -367,7 +367,7 @@ Installs an annobin plugin that can be used by Clang.
|
||||
# FIXME: This is going to need to be updated every time we bootstrap. Find
|
||||
# a better way.
|
||||
|
||||
%global GTS_GCC_MAJOR_VERSION 13
|
||||
%global GTS_GCC_MAJOR_VERSION 14
|
||||
|
||||
%global ANNOBIN_GCC_PLUGIN_DIR %{_scl_root}/usr/lib/gcc/x86_64-redhat-linux/%{GTS_GCC_MAJOR_VERSION}/plugin
|
||||
|
||||
@ -622,6 +622,9 @@ make check GCC=%gcc_for_annobin
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Aug 07 2024 Nick Clifton <nickc@redhat.com> - 12.65-5
|
||||
- Spec File: Change bootstrap gcc version to 14. (RHEL-53210)
|
||||
|
||||
* Thu Aug 01 2024 Nick Clifton <nickc@redhat.com> - 12.65-4
|
||||
- Spec File: Remove scl-runtime requirement when bootstrapping.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user