diff options
| author | 2020-02-07 21:44:02 +0100 | |
|---|---|---|
| committer | 2020-02-07 21:44:02 +0100 | |
| commit | 4a6e326b5af100931353c6111664a682126270a1 (patch) | |
| tree | fe61fcc2849e697ff803dfdb566316b051f97b9a /Manual.md | |
| parent | common: make XBPS{_TARGET}_NEED_ATOMIC less misleading (diff) | |
Manual.md: fix XBPS{_TARGET}_NO_ATOMIC8 documentation
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md index ba9e73d5951..4378929a2a5 100644 --- a/Manual.md +++ b/Manual.md @@ -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_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`. @@ -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_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. |
