From fc80b3126e1057a3c9794c5dd23b8ac397502ec8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:43 +0200 Subject: [PATCH] add BuildRequires: gcc-c++,gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- compiler-rt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt.spec b/compiler-rt.spec index 97425c8..5cf5632 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -12,6 +12,8 @@ License: NCSA or MIT URL: http://llvm.org Source0: http://llvm.org/releases/%{version}/%{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src.tar.xz +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: python2 BuildRequires: llvm-devel = %{version}