diff --git a/macros b/macros index 76a12b9..5dcda6a 100644 --- a/macros +++ b/macros @@ -66,6 +66,12 @@ %__cxx %{expand:%%{__cxx_%{toolchain}}} %__cpp %{expand:%%{__cpp_%{toolchain}}} +# Compiler macros to use for invoking compilers in spec files for packages that +# want to use the default compiler and don't care which compiler that is. +%cc %{__cc} +%cxx %{__cxx} +%cpp %{__cpp} + #============================================================================== # ---- compiler flags. diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index d6d8b80..e834b3a 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 195 +Version: 196 Release: 1%{?dist} # No version specified. License: GPL+ @@ -215,6 +215,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Mon Aug 16 2021 Tom Stellard - 196-1 +- Add cc, cxx, and cpp macros + * Sun Aug 15 2021 Michel Alexandre Salim - 195-1 - Fix macros.build-constraints' %%limit_build - number of CPUs will never be set to less than 1