From 5f60b9d3cf6686c202a87419da7c96b23a562a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 7 Feb 2020 21:21:32 +0100 Subject: [PATCH] Manual.md: document XBPS{,_TARGET}_NEED_ATOMIC --- Manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Manual.md b/Manual.md index 7c62177bc5..ba9e73d595 100644 --- a/Manual.md +++ b/Manual.md @@ -369,6 +369,8 @@ 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_SRCDISTDIR` Full path to where the `source distfiles` are stored, i.e `$XBPS_HOSTDIR/sources`. - `XBPS_SRCPKGDIR` Full path to the `srcpkgs` directory. @@ -381,6 +383,8 @@ 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_FETCH_CMD` The utility to fetch files from `ftp`, `http` of `https` servers. - `XBPS_WRAPPERDIR` Full path to where xbps-src's wrappers for utilities are stored.