Bugzilla – Attachment 407 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-backdoor-types-for-loongarch.patch (text/plain), 1010 bytes, created by
lc
on 2022-10-14 15:54:22 UTC
(
hide
)
Description:
resolve build error
Filename:
MIME Type:
Creator:
lc
Created:
2022-10-14 15:54:22 UTC
Size:
1010 bytes
patch
obsolete
>From a0128d481e66904cc5d6228a799839775a84a0ca Mon Sep 17 00:00:00 2001 >From: lichao <lichaod@uniontech.com> >Date: Fri, 14 Oct 2022 10:53:35 +0800 >Subject: [PATCH] support backdoor types for loongarch > >--- > 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 066979f..8a9cbd9 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 >@@ -40,7 +40,7 @@ > #define _BACKDOOR_TYPES_H_ > > >-#if !(defined __i386__ || defined __x86_64__ || defined __aarch64__ || defined _M_IX86 || defined _M_X64) >+#if !(defined __i386__ || defined __x86_64__ || defined __aarch64__ || defined _M_IX86 || defined _M_X64 || defined __loongarch64) > #error The backdoor protocol is only supported on x86 and aarch64 architectures. > #endif > >-- >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