25 lines
743 B
Diff
25 lines
743 B
Diff
|
|
From 1b61e8756e2d5ca947f424f75fe8ac81d3024837 Mon Sep 17 00:00:00 2001
|
||
|
|
From: maqi <maqi@uniontech.com>
|
||
|
|
Date: Tue, 10 Dec 2024 15:36:35 +0800
|
||
|
|
Subject: [PATCH] add sw_64 and mips64 support
|
||
|
|
|
||
|
|
---
|
||
|
|
configure | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/configure b/configure
|
||
|
|
index 1a9271c..27e12ec 100755
|
||
|
|
--- a/configure
|
||
|
|
+++ b/configure
|
||
|
|
@@ -17678,7 +17678,7 @@ printf %s "checking for boostlib >= $boost_lib_version_req... " >&6; }
|
||
|
|
libsubdirs="lib"
|
||
|
|
ax_arch=`uname -m`
|
||
|
|
case $ax_arch in
|
||
|
|
- x86_64|ppc64*|s390x|sparc64|aarch64|loongarch64|riscv64)
|
||
|
|
+ x86_64|ppc64*|s390x|sparc64|aarch64|loongarch64|riscv64|sw_64)
|
||
|
|
libsubdirs="lib64 lib lib64"
|
||
|
|
;;
|
||
|
|
esac
|
||
|
|
--
|
||
|
|
2.39.3
|