Accepting request 1146054 from devel:tools:compiler

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1146054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm13?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-02-12 17:52:43 +00:00 committed by Git OBS Bridge
commit 839dba49e9
2 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 11 07:38:12 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Use %_target_* for determining the compiler host triple (boo#1218701)
-------------------------------------------------------------------
Thu Nov 30 22:53:03 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -1,7 +1,7 @@
#
# spec file for package llvm13
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -69,17 +69,17 @@
# Figure out the host triple.
%ifarch armv6hl
# See https://build.opensuse.org/request/show/968066.
%define host_cpu armv6kz
%define target_cpu armv6kz
%else
%define host_cpu %{_host_cpu}
%define target_cpu %{_target_cpu}
%endif
%ifarch %{arm}
%define host_runtime gnueabihf
%define target_runtime gnueabihf
%else
%define host_runtime gnu
%define target_runtime gnu
%endif
%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}-%{host_runtime}
%define host_triple %{target_cpu}-%{_target_vendor}-%{_target_os}-%{target_runtime}
%define _plv %{!?product_libs_llvm_ver:%{_sonum}}%{?product_libs_llvm_ver}