[packages/xasm] - use gdc by default (enables x32 target)
qboosh
qboosh at pld-linux.org
Sun Apr 27 13:18:16 CEST 2025
commit 23cba37e6a7ee3cf5b621c73d88c8263c4dca319
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 27 12:26:03 2025 +0200
- use gdc by default (enables x32 target)
xasm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xasm.spec b/xasm.spec
index 3023223..3186f4d 100644
--- a/xasm.spec
+++ b/xasm.spec
@@ -1,6 +1,6 @@
#
# Conditional build:
-%bcond_with gdc # use GDC instead of DMD
+%bcond_without gdc # use GDC instead of DMD
Summary: 6502 cross-assembler with original syntax extensions
Summary(pl.UTF-8): Asembler skrośny dla procesorów 6502 z oryginalnymi rozszerzeniami składni
@@ -16,7 +16,7 @@ Patch0: %{name}-gdc.patch
URL: https://github.com/pfusik/xasm
BuildRequires: asciidoc
%if %{with gdc}
-BuildRequires: gcc-d
+BuildRequires: gcc-d >= 6:11
%else
BuildRequires: dmd >= 2.101
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xasm.git/commitdiff/23cba37e6a7ee3cf5b621c73d88c8263c4dca319
More information about the pld-cvs-commit
mailing list