|
|
@ -8,9 +8,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
%global toolchain clang
|
|
|
|
%global toolchain clang
|
|
|
|
|
|
|
|
|
|
|
|
%global maj_ver 17
|
|
|
|
# Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer
|
|
|
|
%global min_ver 0
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2158587
|
|
|
|
%global patch_ver 6
|
|
|
|
%undefine _include_frame_pointers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_with compat_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global maj_ver 18
|
|
|
|
|
|
|
|
%global min_ver 1
|
|
|
|
|
|
|
|
%global patch_ver 8
|
|
|
|
#global rc_ver 4
|
|
|
|
#global rc_ver 4
|
|
|
|
%if %{with snapshot_build}
|
|
|
|
%if %{with snapshot_build}
|
|
|
|
%global maj_ver %{llvm_snapshot_version_major}
|
|
|
|
%global maj_ver %{llvm_snapshot_version_major}
|
|
|
@ -22,13 +28,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
|
|
|
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with compat_build}
|
|
|
|
|
|
|
|
%global pkg_name compiler-rt%{maj_ver}
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%global pkg_name compiler-rt
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# see https://sourceware.org/bugzilla/show_bug.cgi?id=25271
|
|
|
|
# see https://sourceware.org/bugzilla/show_bug.cgi?id=25271
|
|
|
|
%global optflags %(echo %{optflags} -D_DEFAULT_SOURCE)
|
|
|
|
%global optflags %(echo %{optflags} -D_DEFAULT_SOURCE)
|
|
|
|
|
|
|
|
|
|
|
|
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93615
|
|
|
|
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93615
|
|
|
|
%global optflags %(echo %{optflags} -Dasm=__asm__)
|
|
|
|
%global optflags %(echo %{optflags} -Dasm=__asm__)
|
|
|
|
|
|
|
|
|
|
|
|
Name: compiler-rt
|
|
|
|
Name: %{pkg_name}
|
|
|
|
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
|
|
|
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: LLVM "compiler-rt" runtime libraries
|
|
|
|
Summary: LLVM "compiler-rt" runtime libraries
|
|
|
@ -60,6 +72,7 @@ BuildRequires: zlib-devel
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
|
|
|
|
|
|
|
Requires: clang-resource-filesystem%{?isa} = %{version}
|
|
|
|
Requires: clang-resource-filesystem%{?isa} = %{version}
|
|
|
|
|
|
|
|
Provides: %{name}(major) = %{maj_ver}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The compiler-rt project is a part of the LLVM project. It provides
|
|
|
|
The compiler-rt project is a part of the LLVM project. It provides
|
|
|
@ -108,13 +121,20 @@ export ASMFLAGS=$CFLAGS
|
|
|
|
# by clang.
|
|
|
|
# by clang.
|
|
|
|
mv %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/powerpc64le-redhat-linux-gnu %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/ppc64le-redhat-linux-gnu
|
|
|
|
mv %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/powerpc64le-redhat-linux-gnu %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/ppc64le-redhat-linux-gnu
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
|
|
|
|
# Fix install path on ix86 so that the directory name matches the triple used
|
|
|
|
|
|
|
|
# by clang on both actual ix86 and on x86_64 with -m32:
|
|
|
|
|
|
|
|
%if "%{_target_cpu}" != "i386"
|
|
|
|
|
|
|
|
ln -s i386-redhat-linux-gnu %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/%{_target_cpu}-redhat-linux-gnu
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
#%%cmake_build --target check-compiler-rt
|
|
|
|
#%%cmake_build --target check-compiler-rt
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.TXT
|
|
|
|
%license LICENSE.TXT
|
|
|
|
%ifarch x86_64 aarch64
|
|
|
|
%ifarch x86_64 aarch64 riscv64
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/bin/*
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/bin/*
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/include/*
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/include/*
|
|
|
@ -127,6 +147,15 @@ mv %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/powerpc64le-redhat-linux-gnu
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%{?llvm_snapshot_changelog_entry}
|
|
|
|
%{?llvm_snapshot_changelog_entry}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.8-1
|
|
|
|
|
|
|
|
- Update to 18.1.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 11 2024 Nikita Popov <npopov@redhat.com> - 18.1.6-2
|
|
|
|
|
|
|
|
- Rebuild with new clang
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 02 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.6-1
|
|
|
|
|
|
|
|
- Update to 18.1.6
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 11 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-1
|
|
|
|
* Mon Dec 11 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-1
|
|
|
|
- Update to 17.0.6
|
|
|
|
- Update to 17.0.6
|
|
|
|
|
|
|
|
|
|
|
|