diff options
author | Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> | 2024-02-29 16:20:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-17 12:13:02 +0200 |
commit | 9a60894156c3ea2c609ae0cd787df949f2d6ecc2 (patch) | |
tree | 858792c3e7f7c9bd65346226396211a8b2ef94bc /doc | |
parent | 9d5356dbc33009ad4ac879325a8dc3393e600591 (diff) | |
download | guix-9a60894156c3ea2c609ae0cd787df949f2d6ecc2.tar guix-9a60894156c3ea2c609ae0cd787df949f2d6ecc2.tar.gz |
guix: Add xtensa-ath9k-elf platform.
* Makefile.am (MODULES): Add guix/platforms/xtensa.scm.
* guix/platforms/xtensa.scm (xtensa-ath9k-elf): New variable.
* doc/guix.texi: Add xtensa-ath9k-elf documentation.
Change-Id: I51eef245142ed58613340c16d4bf7266e6bf6adb
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-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 6338915f91..964a262a7a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -16663,6 +16663,7 @@ The available targets are: - x86_64-linux-gnu - x86_64-linux-gnux32 - x86_64-w64-mingw32 + - xtensa-ath9k-elf @end example Targets are specified as GNU triplets (@pxref{Specifying Target @@ -46832,6 +46833,11 @@ Platform targeting OpenRISC 1000 CPU without an operating system and without a C standard library. @end defvar +@defvar xtensa-ath9k-elf +Platform targeting Xtensa CPU used in the Qualcomm Atheros AR7010 and AR9271 +USB 802.11n @acronym{NICs, Network Interface Controllers}. +@end defvar + @node System Images @chapter Creating System Images |