mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Support avr target, see rhbz#1718492
This commit is contained in:
parent
bab8b9476f
commit
6f02bbba2f
1 changed files with 7 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
%global min_ver 0
|
%global min_ver 0
|
||||||
%global patch_ver 0
|
%global patch_ver 0
|
||||||
%global rc_ver 3
|
%global rc_ver 3
|
||||||
%global baserelease 0.4
|
%global baserelease 0.5
|
||||||
|
|
||||||
|
|
||||||
%if %{with compat_build}
|
%if %{with compat_build}
|
||||||
|
@ -200,6 +200,9 @@ cd _build
|
||||||
-DLLVM_ENABLE_RTTI:BOOL=ON \
|
-DLLVM_ENABLE_RTTI:BOOL=ON \
|
||||||
%if %{with gold}
|
%if %{with gold}
|
||||||
-DLLVM_BINUTILS_INCDIR=%{_includedir} \
|
-DLLVM_BINUTILS_INCDIR=%{_includedir} \
|
||||||
|
%endif
|
||||||
|
%ifnarch s390 s390x
|
||||||
|
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR \
|
||||||
%endif
|
%endif
|
||||||
\
|
\
|
||||||
-DLLVM_BUILD_RUNTIME:BOOL=ON \
|
-DLLVM_BUILD_RUNTIME:BOOL=ON \
|
||||||
|
@ -474,6 +477,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 18 2019 sguelton@redhat.com - 9.0.0-0.5.rc3
|
||||||
|
- Support avr target, see rhbz#1718492
|
||||||
|
|
||||||
* Tue Sep 10 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.4.rc3
|
* Tue Sep 10 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.4.rc3
|
||||||
- Split out test executables into their own export file
|
- Split out test executables into their own export file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue