Bugzilla – Attachment 409 Details for
Bug 2392
koji loongarch build error 需增加龙芯架构适配代码
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
[patch]
resolve build error
0001-support-loongarch-in-backdoor-type-to-declare-reg-st.patch (text/plain), 943 bytes, created by
lc
on 2022-10-14 15:57:55 UTC
(
hide
)
Description:
resolve build error
Filename:
MIME Type:
Creator:
lc
Created:
2022-10-14 15:57:55 UTC
Size:
943 bytes
patch
obsolete
>From 0a7e79c6d7269e6972751bd8c53cdb87a42e1cb7 Mon Sep 17 00:00:00 2001 >From: lichao <lichaod@uniontech.com> >Date: Fri, 14 Oct 2022 13:23:33 +0800 >Subject: [PATCH] support loongarch in backdoor type to declare reg struct > >--- > open-vm-tools-11.3.5-18557794/lib/include/backdoor_types.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/open-vm-tools-11.3.5-18557794/lib/include/backdoor_types.h b/open-vm-tools-11.3.5-18557794/lib/include/backdoor_types.h >index 8a9cbd9..6bc89cd 100644 >--- a/open-vm-tools-11.3.5-18557794/lib/include/backdoor_types.h >+++ b/open-vm-tools-11.3.5-18557794/lib/include/backdoor_types.h >@@ -76,7 +76,7 @@ typedef enum { > } words; \ > uint64 quad > >-#if defined (VM_X86_64) || defined (VM_ARM_64) >+#if defined (VM_X86_64) || defined (VM_ARM_64) || defined (__loongarch64) > #define DECLARE_REG_STRUCT DECLARE_REG64_STRUCT > #else > #define DECLARE_REG_STRUCT DECLARE_REG32_STRUCT >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2392
:
406
|
407
|
408
| 409 |
410