Source: ncl
Version: 6.6.2.dfsg.1-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: loong64

Dear maintainers,

The ncl source package lacks LoongArch architecture support.
Please consider the patch I have attached.
The ncl source package was compiled successfully on my local loong64 rootfs environment.
If you have any questions, you can contact me at any time.

thanks,
Dandan Zhang

Description: Add loongarch64 support 
Last-Update: 2023-12-19

--- ncl-6.6.2.dfsg.1.orig/config/ymake
+++ ncl-6.6.2.dfsg.1/config/ymake
@@ -391,6 +391,7 @@ case    Linux:
         case    aarch64*:
         case    alpha:
 	case    riscv64:
+	case    loongarch64:
             set model   = $mach
             set arch    = $mach
             set sysincs = LINUX

Reply via email to