From 4a6e326b5af100931353c6111664a682126270a1 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 7 Feb 2020 21:44:02 +0100 Subject: [PATCH] Manual.md: fix XBPS{_TARGET}_NO_ATOMIC8 documentation --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index ba9e73d595..4378929a2a 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.