guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: custom-toolchains-with-guix: Add note ab


From: Ludovic Courtès
Subject: branch master updated: website: custom-toolchains-with-guix: Add note about platforms.
Date: Sat, 11 Mar 2023 09:06:02 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 3552ba6  website: custom-toolchains-with-guix: Add note about 
platforms.
3552ba6 is described below

commit 3552ba6eb106cf7d39059e1ee1b643c742d99fee
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Mar 11 15:05:37 2023 +0100

    website: custom-toolchains-with-guix: Add note about platforms.
    
    * website/drafts/custom-toolchains-with-guix.md: Add note about
    platforms.
---
 website/drafts/custom-toolchains-with-guix.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/website/drafts/custom-toolchains-with-guix.md 
b/website/drafts/custom-toolchains-with-guix.md
index 26a1141..cbc491f 100644
--- a/website/drafts/custom-toolchains-with-guix.md
+++ b/website/drafts/custom-toolchains-with-guix.md
@@ -440,6 +440,13 @@ $ guix build -L guix-zephyr arm-zephyr-eabi-toolchain
 /gnu/store/...-arm-zephyr-eabi-toolchain-0.15.0
 ```
 
+> Note: Guix now includes a [mechanism to describe
+> _platforms_](https://guix.gnu.org/manual/en/html_node/Platforms.html)
+> at a high level, and which the [`--system` and `--target` build
+> 
options](https://guix.gnu.org/manual/en/html_node/Additional-Build-Options.html)
+> build upon.  It is not used here but could be a way to better
+> integrate Zephyr support in the future.
+
 # Integrating with Zephyr Build System
 
 Zephyr uses CMake as its build system. It contains numerous CMake files in 
both the so-called `ZEPHYR_BASE`,



reply via email to

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