From f95045b4193bf4ae63ba296f365cbc05e4090e87 Mon Sep 17 00:00:00 2001 From: wangqiang Date: Wed, 12 Apr 2023 14:17:24 +0800 Subject: [PATCH] Delete -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR option --- llvm.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index eb37aa8..2072615 100644 --- a/llvm.spec +++ b/llvm.spec @@ -2,7 +2,7 @@ Name: llvm Version: 12.0.1 -Release: 5 +Release: 6 Summary: The Low Level Virtual Machine License: NCSA URL: http://llvm.org @@ -94,7 +94,6 @@ cd _build -DLLVM_ENABLE_FFI:BOOL=ON \ -DLLVM_ENABLE_RTTI:BOOL=ON \ -DLLVM_BINUTILS_INCDIR=%{_includedir} \ - -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR \ -DLLVM_BUILD_RUNTIME:BOOL=ON \ -DLLVM_INCLUDE_TOOLS:BOOL=ON \ -DLLVM_BUILD_TOOLS:BOOL=ON \ @@ -201,6 +200,12 @@ fi %{_mandir}/man1/* %changelog +* Wed Apr 12 2023 wangqiang - 12.0.1-6 +- Type: enhancement +- ID: NA +- SUG: NA +- DESC: Delete -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR option. + * Tue Feb 14 2023 cf-zhao - 12.0.1-5 - Disable check temporarily to avoid a build error that `rmbuild` cannot - remove a file due to no permission. -- Gitee