pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Mon May 11 14:01:36 UTC 2026

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
Add microblazeel to UE_ARCHS and PLIST

Fixes build failure on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.402 -r1.403 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.105 -r1.106 pkgsrc/emulators/qemu/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.402 pkgsrc/emulators/qemu/Makefile:1.403
--- pkgsrc/emulators/qemu/Makefile:1.402        Sun May 10 04:12:37 2026
+++ pkgsrc/emulators/qemu/Makefile      Mon May 11 14:01:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.402 2026/05/10 04:12:37 thorpej Exp $
+# $NetBSD: Makefile,v 1.403 2026/05/11 14:01:35 jakllsch Exp $
 
 .include "../../emulators/qemu/version.mk"
 
@@ -131,7 +131,7 @@ UE_ARCHS+=          alpha arm armeb
 UE_ARCHS+=             hexagon hppa
 UE_ARCHS+=             i386
 UE_ARCHS+=             loongarch64
-UE_ARCHS+=             m68k microblaze
+UE_ARCHS+=             m68k microblaze microblazeel
 UE_ARCHS+=             mips mips64 mips64el mipsel mipsn32 mipsn32el
 UE_ARCHS+=             or1k ppc ppc64 ppc64le
 UE_ARCHS+=             riscv32 riscv64

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.105 pkgsrc/emulators/qemu/PLIST:1.106
--- pkgsrc/emulators/qemu/PLIST:1.105   Mon Apr 27 10:25:01 2026
+++ pkgsrc/emulators/qemu/PLIST Mon May 11 14:01:35 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.105 2026/04/27 10:25:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.106 2026/05/11 14:01:35 jakllsch Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -15,6 +15,7 @@ ${PLIST.keymap}bin/qemu-keymap
 ${PLIST.loongarch64}bin/qemu-loongarch64
 ${PLIST.m68k}bin/qemu-m68k
 ${PLIST.microblaze}bin/qemu-microblaze
+${PLIST.microblazeel}bin/qemu-microblazeel
 ${PLIST.mips}bin/qemu-mips
 ${PLIST.mips64}bin/qemu-mips64
 ${PLIST.mips64el}bin/qemu-mips64el



Home | Main Index | Thread Index | Old Index