emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68355: closed ([PATCH 0/8] guix: Add or1k-elf platform.)


From: GNU bug Tracking System
Subject: bug#68355: closed ([PATCH 0/8] guix: Add or1k-elf platform.)
Date: Mon, 22 Jan 2024 10:34:03 +0000

Your message dated Mon, 22 Jan 2024 11:32:44 +0100
with message-id <87h6j5ejzn.fsf@gnu.org>
and subject line Re: [bug#68355] [PATCH v2 1/9] guix: Add ork1-elf platform.
has caused the debbugs.gnu.org bug report #68355,
regarding [PATCH 0/8] guix: Add or1k-elf platform.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68355: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68355
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/8] guix: Add or1k-elf platform. Date: Wed, 10 Jan 2024 00:12:15 +0100
This patch series adds the or1k-elf platform, a cross-gcc-toolchain
package for it and refactors the sole user of it to use GNU Guix
cross-compilation means (for MAKE-CRUST-PACKAGE).

The latter procedure has been split into MAKE-CRUST-TOOLS and
MAKE-CRUST-FIRMWARE since there's a part for the or1k-elf target
and other for the current system or target, adding to that the tools has
been disabled by default on the recent version by the upstream project
since the firmware should be loaded by U-Boot, however decided to build
the tool anyway to avoid breaking any users of this package, as a result
MAKE-CRUST-PACKAGE combines MAKE-CRUST-TOOLS and MAKE-CRUST-FIRMWARE.

Jean-Pierre De Jesus DIAZ (8):
  guix: Add ork1-elf platform.
  gnu: cross-gcc-toolchain: Use fixed name.
  gnu: Add gcc-cross-or1k-elf-toolchain.
  gnu: make-crust-package: Memoize.
  gnu: make-crust-package: Update to 0.6.
  gnu: make-crust-package: Use or1k-elf as target.
  gnu: Add make-crust-tools.
  gnu: make-crust-package: Unite firmware and tools.

 Makefile.am                      |   1 +
 doc/guix.texi                    |   6 +
 gnu/packages/cross-base.scm      |   4 +-
 gnu/packages/cross-toolchain.scm |   3 +
 gnu/packages/firmware.scm        | 187 ++++++++++++++++++-------------
 guix/platforms/or1k.scm          |  28 +++++
 6 files changed, 152 insertions(+), 77 deletions(-)
 create mode 100644 guix/platforms/or1k.scm


base-commit: 8920cf302c5a2fd457a2629afe24cf4768f1fed7
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68355] [PATCH v2 1/9] guix: Add ork1-elf platform. Date: Mon, 22 Jan 2024 11:32:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hello,

Thanks for the v2, I applied the series.

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]