[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55220] [PATCH v2 1/6] platform: Introduce new platforms.
From: |
Maxime Devos |
Subject: |
[bug#55220] [PATCH v2 1/6] platform: Introduce new platforms. |
Date: |
Mon, 09 May 2022 22:50:43 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Mathieu Othacehe schreef op za 07-05-2022 om 18:11 [+0200]:
> +(define intel64-linux
> + (platform
> + (target "x86_64-linux-gnu")
> + (system "x86_64-linux")
> + (linux-architecture "x86_64")))
Nitpick: the original spec was written by AMD and also implemented by
VIA according to Wikipedia. It's not tied to only Intel. More neutral
would be x86-64-linux. Also, this could be confused with the ia64
architecture (albeit not currently supported by Guix).
Also, we have two sets of platform modules: the ‘architecture’ modules,
and the ‘kernel’ module arm.scm. Maybe that can be simplified now by
moving the Hurd platforms (currently only i586-pc-gnu) to intel.scm (or
maybe: x86.scm, or just platforms.scm, see other reply)?
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
[bug#55220] [PATCH v2 3/6] ci: Do not rely on hardcoded cross-targets lists., Mathieu Othacehe, 2022/05/07
[bug#55220] [PATCH v2 4/6] scripts: Add --list-systems and --list-targets options., Mathieu Othacehe, 2022/05/07
[bug#55220] [PATCH v2 2/6] platform: Add discovery support., Mathieu Othacehe, 2022/05/07
[bug#55220] [PATCH v2 5/6] platform: Add glibc-dynamic-linker field., Mathieu Othacehe, 2022/05/07
[bug#55220] [PATCH v2 6/6] linux: Remove system->linux-architecture procedure., Mathieu Othacehe, 2022/05/07