From a85f5ce11ab8b01ff1050186c3b4cbe23d136271 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 2 Nov 2016 06:10:17 +1000 Subject: [PATCH] build for new arches. --- compiler-rt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index c2cc5aa..3d3bc80 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,6 +1,6 @@ Name: compiler-rt Version: 3.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT @@ -65,6 +65,9 @@ cd _build %{_libdir}/clang/%{version} %changelog +* Wed Nov 02 2016 Dave Airlie - 3.9.0-2 +- build for new arches. + * Wed Oct 26 2016 Dave Airlie - 3.9.0-1 - compiler-rt 3.9.0 final release