me
/
guix
Archived
1
0
Fork 0

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>
master
Jean-Pierre De Jesus DIAZ 2024-02-29 16:20:43 +01:00 committed by Ludovic Courtès
parent 320f28390f
commit 9d5356dbc3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 0 deletions

View File

@ -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.