Remove -mtls-dialect cflag

Signed-off-by: Tom Rix <Tom.Rix@amd.com>
This commit is contained in:
2025-07-30 10:39:22 -07:00
parent fc11d50be5
commit 2692636e06

View File

@@ -11,7 +11,7 @@
%global toolchain rocm
# hipcc does not support some clang flags
%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/')
%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/' -e 's/-mtls-dialect=gnu2//')
%bcond_with debug
%if %{with debug}
@@ -40,7 +40,7 @@
Name: %{hipsolver_name}
Version: %{rocm_version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: ROCm SOLVER marshalling library
Url: https://github.com/ROCm/%{upstreamname}
License: MIT
@@ -164,6 +164,9 @@ fi
%endif
%changelog
* Wed Jul 30 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-2
- Remove -mtls-dialect cflag
* Thu Jul 24 2025 Jeremy Newton <alexjnewt at hotmail dot com> - 6.4.2-1
- Update to 6.4.2