Package: mesaflash
Version: 3.4.6
Severity: wishlist
Tags: patch
User: debian-de...@lists.debian.org
Usertags: loongarch64
Dear mesaflash maintainers,
Mesaflash upstream has merged the loongarch architecture patch into
3.4.9. Could you consider updating the mesaflash source code? Upstream
link: https://github.com/LinuxCNC/mesaflash/pull/77 The attachment is a
patch I mode locally, which has been verified. If you have any questions or suggestions, you can contact me at any time.
Description: add loong64 support
Author: Xiaojuan Zhai <zhaixiaoj...@loongson.cn>
Origin: https://github.com/LinuxCNC/mesaflash/pull/77/files
Applied-Upstream: 3.4.9
Last-Update: 2024-09-11
--- mesaflash-3.4.6.orig/Makefile
+++ mesaflash-3.4.6/Makefile
@@ -86,6 +86,10 @@ ifeq ($(TARGET),linux)
endif
endif
+ ifeq ($(UNAME_M),loongarch64)
+ MESAFLASH_IO ?= 0
+ endif
+
ifeq ($(UNAME_M),parisc)
MESAFLASH_IO ?= 0
endif
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers