From 4510afd3028649d28b467b52deba97e7383e19e2 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 5 Feb 2019 23:52:36 +0100 Subject: [PATCH] This time enable Ada for riscv64 Signed-off-by: David Abdurachmanov --- gcc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 1df1124..a2e931e 100644 --- a/gcc.spec +++ b/gcc.spec @@ -22,7 +22,7 @@ %global build_go 0 %global build_d 0 %else -%ifarch %{ix86} x86_64 ia64 ppc %{power64} alpha s390x %{arm} aarch64 +%ifarch %{ix86} x86_64 ia64 ppc %{power64} alpha s390x %{arm} aarch64 riscv64 %global build_ada 1 %else %global build_ada 0 @@ -101,7 +101,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}.0.riscv64%{?dist} +Release: %{gcc_release}.1.riscv64%{?dist} # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD