Skip to content

Commit 7e19e0f

Browse files
committed
Corrected settings in the RPM spec file, now ARM EL7 uses "devtoolset-10"
1 parent e144f5b commit 7e19e0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packaging/mysql-connector-c++.spec.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@
3737
%{!?commercial: %global product_suffix %{nil}}
3838
%{?el6:%global __strip /opt/rh/devtoolset-8/root/usr/bin/strip}
3939
%{?el6:%global gcc_toolset devtoolset-8}
40-
%ifarch %{arm} aarch64 arm64
41-
%{?el7:%global gcc_toolset devtoolset-9}
42-
%else
4340
%{?el7:%global gcc_toolset devtoolset-10}
44-
%endif
4541
%{?el8:%global gcc_toolset gcc-toolset-10}
4642
%if 0%{?suse_version} == 1315
4743
%global dist .sles12

0 commit comments

Comments
 (0)