From: Zheng Junjie via Guix-patches via <guix-patches@gnu.org>
To: 75051@debbugs.gnu.org
Subject: [bug#75051] [PATCH 00/14] Add loongarch64 platform support.
Date: Tue, 24 Dec 2024 01:03:10 +0800 [thread overview]
Message-ID: <tencent_0B3F159D8CF29212D8DAF1CDB9D482ACAD07@qq.com> (raw)
hello! This patchset add loongarch64 platform support.
use this follow command
./pre-inst-env guix pack --target=loongarch64-linux-gnu hello -R
can build, and can run on real loongarch64 machine.
./pre-inst-env guix build --target=loongarch64-linux-gnu bootstrap-tarballs
build success, but no test yet.
Zheng Junjie (14):
guix: Add loongarch platform.
utils: Add target-loongarch64?.
gnu: Add linux-libre-headers-5.19.17.
gnu: cross-base: Add cross-compiling support for loongarch64.
gnu: %glibc-stripped: Fix cross-compiling to loongarch64.
gnu: openssl: Support loongarch64.
gnu: readline: Fix cross-compiling to loongarch64.
gnu: gdbm: Fix cross-compiling to loongarch64.
gnu: libatomic-ops: Fix cross-compiling to loongarch64.
gnu: bash: Fix cross-compiling to loongarch64.
gnu: sed: Fix cross-compiling to loongarch64.
gnu: isl: Fix cross-compiling to loongarch64.
gnu: pcre2: disable jit on loongarch64.
gnu: elfutils: Fix cross-compiling to loongarch64.
Makefile.am | 1 +
doc/guix.texi | 7 +++-
gnu/packages/base.scm | 20 ++++++++++-
gnu/packages/bash.scm | 19 +++++++++-
gnu/packages/bdw-gc.scm | 19 ++++++++++
gnu/packages/cross-base.scm | 9 +++--
gnu/packages/dbm.scm | 19 +++++++++-
gnu/packages/elf.scm | 18 ++++++++--
gnu/packages/gcc.scm | 21 ++++++++++--
gnu/packages/linux.scm | 5 +++
gnu/packages/make-bootstrap.scm | 7 ++--
gnu/packages/pcre.scm | 6 ++--
gnu/packages/readline.scm | 61 +++++++++++++++++++++------------
gnu/packages/tls.scm | 5 ++-
guix/platforms/loongarch.scm | 30 ++++++++++++++++
guix/utils.scm | 5 +++
16 files changed, 215 insertions(+), 37 deletions(-)
create mode 100644 guix/platforms/loongarch.scm
base-commit: 3e92082463d014befdbb5073074490c07377cde3
--
2.46.0
reply other threads:[~2024-12-23 17:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tencent_0B3F159D8CF29212D8DAF1CDB9D482ACAD07@qq.com \
--to=guix-patches@gnu.org \
--cc=75051@debbugs.gnu.org \
--cc=873216071@qq.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).