Bugzilla – Attachment 417 Details for
Bug 2408
koji loongarch build error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
[patch]
resolve build error
0001-support-for-loongarch-in-config.guess.patch (text/plain), 724 bytes, created by
lc
on 2022-10-17 14:27:50 UTC
(
hide
)
Description:
resolve build error
Filename:
MIME Type:
Creator:
lc
Created:
2022-10-17 14:27:50 UTC
Size:
724 bytes
patch
obsolete
>From bdcf6603c2b1f403212209df05c651a177625b6c Mon Sep 17 00:00:00 2001 >From: lichao <lichaod@uniontech.com> >Date: Wed, 12 Oct 2022 13:23:06 +0800 >Subject: [PATCH] support for loongarch in config.guess > >--- > src/jemalloc/config.guess | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/src/jemalloc/config.guess b/src/jemalloc/config.guess >index b79252d..8b487b1 100755 >--- a/src/jemalloc/config.guess >+++ b/src/jemalloc/config.guess >@@ -950,6 +950,9 @@ EOF > m68*:Linux:*:*) > echo ${UNAME_MACHINE}-unknown-linux-${LIBC} > exit ;; >+ loongarch*:Linux:*:*) >+ echo ${UNAME_MACHINE}-unknown-linux-gnu >+ exit;; > mips:Linux:*:* | mips64:Linux:*:*) > eval $set_cc_for_build > sed 's/^ //' << EOF >$dummy.c >-- >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 2408
:
416
| 417 |
418
|
419
|
420
|
421