Manual.md: fix XBPS{_TARGET}_NO_ATOMIC8 documentation
This commit is contained in:
parent
9fb3ffe131
commit
4a6e326b5a
|
@ -369,7 +369,7 @@ in this directory such as `${XBPS_BUILDDIR}/${wrksrc}`.
|
||||||
|
|
||||||
- `XBPS_WORDSIZE` The machine's word size in bits (32 or 64).
|
- `XBPS_WORDSIZE` The machine's word size in bits (32 or 64).
|
||||||
|
|
||||||
- `XBPS_NEED_ATOMIC` The machine for some packages needs to link against libatomic.
|
- `XBPS_NO_ATOMIC8` The machine lacks native 64-bit atomics (needs libatomic emulation).
|
||||||
|
|
||||||
- `XBPS_SRCDISTDIR` Full path to where the `source distfiles` are stored, i.e `$XBPS_HOSTDIR/sources`.
|
- `XBPS_SRCDISTDIR` Full path to where the `source distfiles` are stored, i.e `$XBPS_HOSTDIR/sources`.
|
||||||
|
|
||||||
|
@ -383,7 +383,7 @@ in this directory such as `${XBPS_BUILDDIR}/${wrksrc}`.
|
||||||
|
|
||||||
- `XBPS_TARGET_WORDSIZE` The target machine's word size in bits (32 or 64).
|
- `XBPS_TARGET_WORDSIZE` The target machine's word size in bits (32 or 64).
|
||||||
|
|
||||||
- `XBPS_NEED_ATOMIC` The target machine for some packages needs to link against libatomic.
|
- `XBPS_TARGET_NO_ATOMIC8` The target machine lacks native 64-bit atomics (needs libatomic emulation).
|
||||||
|
|
||||||
- `XBPS_FETCH_CMD` The utility to fetch files from `ftp`, `http` of `https` servers.
|
- `XBPS_FETCH_CMD` The utility to fetch files from `ftp`, `http` of `https` servers.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue