Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn> (cherry picked from commit a5c61b04b48fee90f510c44c9d483ae03621d496)
27 lines
861 B
Diff
27 lines
861 B
Diff
From 4d020e8f8926661d0487690b98d5aac5a24fec8e Mon Sep 17 00:00:00 2001
|
|
From: yangchenguang <yangchenguang@kylinsec.com.cn>
|
|
Date: Mon, 26 Feb 2024 16:35:25 +0800
|
|
Subject: [PATCH] add loongarch64 support graphviz
|
|
|
|
Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 8f8bedc..99ce969 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -123,7 +123,7 @@ if test -z "$LIBPOSTFIX"; then
|
|
case "${host_os}" in
|
|
*linux* )
|
|
case "${host_cpu}" in
|
|
- aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* | riscv64 | e2k )
|
|
+ aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* | riscv64 | e2k | loongarch64 )
|
|
LIBPOSTFIX="64"
|
|
INTGOSIZE=64
|
|
;;
|
|
--
|
|
2.39.1
|
|
|