1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

move docs of the current system to the system setting

add information what happens when Nix itself is cross-compiled
This commit is contained in:
Valentin Gagarin 2023-05-31 03:48:05 +02:00
parent 0751c1bfc6
commit c8a42039ea
2 changed files with 43 additions and 4 deletions

View file

@ -11,6 +11,8 @@ AC_PROG_SED
# https://git.savannah.gnu.org/cgit/config.git/tree/config.guess
# It has the following form, which is not documented anywhere:
# <cpu>-<vendor>-<os>[<version>][-<abi>]
# If `./configure` is passed any of the `--host`, `--build`, `--target` options, the value comes from `config.sub` instead:
# https://git.savannah.gnu.org/cgit/config.git/tree/config.sub
AC_CANONICAL_HOST
AC_MSG_CHECKING([for the canonical Nix system name])