[PATCH v3 08/12] LoongArch Port: Regenerate libgcc/configure.
Chenghua Xu
xuchenghua@loongson.cn
Fri Dec 10 07:43:55 GMT 2021
From: chenglulu <chenglulu@loongson.cn>
---
libgcc/configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libgcc/configure b/libgcc/configure
index 4919a56f518..150ea04cb3d 100755
--- a/libgcc/configure
+++ b/libgcc/configure
@@ -5066,7 +5066,7 @@ $as_echo "$libgcc_cv_cfi" >&6; }
# word size rather than the address size.
cat > conftest.c <<EOF
#if defined(__x86_64__) || (!defined(__i386__) && defined(__LP64__)) \
- || defined(__mips64)
+ || defined(__mips64) || defined(__loongarch64)
host_address=64
#else
host_address=32
--
2.27.0
More information about the Gcc-patches
mailing list