[packages/ldc] - aarch64 also possible (bootstrapping from 1.39.0)
qboosh
qboosh at pld-linux.org
Sat Dec 14 14:02:11 CET 2024
commit 207c442805a36d2f3a93f976b188da7e5dae60c5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Dec 14 13:13:12 2024 +0100
- aarch64 also possible (bootstrapping from 1.39.0)
ldc.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ldc.spec b/ldc.spec
index aef97d8..4323175 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -1,4 +1,5 @@
-# TODO: multilib
+# TODO:
+# - multilib on x86_64 (and aarch64?)
#
# Conditional build:
%bcond_with bootstrap # bootstrap from pre-compiled binaries
@@ -18,6 +19,7 @@ Source0: https://github.com/ldc-developers/ldc/releases/download/v%{version}-%{s
# Source0-md5: 72e3dfd93a719320994531c5f41ad333
Source1: https://github.com/ldc-developers/ldc/releases/download/v%{bootstrap_version}/%{name}2-%{bootstrap_version}-linux-x86_64.tar.xz
# Source1-md5: 67b1a78ad268fa9ae191cde1f6ec4f29
+# for aarch64 bootstrap: https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc2-1.39.0-linux-aarch64.tar.xz
Source3: macros.%{name}
Patch0: %{name}-include-path.patch
Patch1: %{name}-no-default-rpath.patch
@@ -40,7 +42,7 @@ BuildRequires: rpmbuild(macros) >= 2.008
BuildRequires: tar >= 1:1.22
BuildRequires: xz
BuildRequires: zlib-devel
-ExclusiveArch: %{x8664}
+ExclusiveArch: %{x8664} aarch64
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# Unresolved symbols found: _D4core9exception6_storeG128v (core.exception._store)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ldc.git/commitdiff/207c442805a36d2f3a93f976b188da7e5dae60c5
More information about the pld-cvs-commit
mailing list