diff options
author | Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> | 2024-02-29 16:20:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-17 12:13:02 +0200 |
commit | 9d5356dbc33009ad4ac879325a8dc3393e600591 (patch) | |
tree | 310a40cb905705180aeca550f96ca9b1c51074e7 | |
parent | 320f28390f12807e0e0408cb074f618cd16c8dbb (diff) | |
download | guix-9d5356dbc33009ad4ac879325a8dc3393e600591.tar guix-9d5356dbc33009ad4ac879325a8dc3393e600591.tar.gz |
doc: Add documentation for x86_64-linux-gnux32.
* doc/guix.texi: Add documentation for x86_64-linux-gnux32.
Change-Id: I408d57ae5ae3e9b1449633b82c41aba0d40ded06
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fc28a15980..6338915f91 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -16661,6 +16661,7 @@ The available targets are: - powerpc64le-linux-gnu - riscv64-linux-gnu - x86_64-linux-gnu + - x86_64-linux-gnux32 - x86_64-w64-mingw32 @end example @@ -46801,6 +46802,11 @@ Platform targeting x86 CPU running GNU/Linux. Platform targeting x86 64-bit CPU running GNU/Linux. @end defvar +@defvar x86_64-linux-x32 +Platform targeting x86 64-bit CPU running GNU/Linux with the run-time using +the X32 ABI. +@end defvar + @defvar i686-mingw Platform targeting x86 CPU running Windows, with run-time support from MinGW. |