Manual.md: document XBPS{,_TARGET}_NEED_ATOMIC

This commit is contained in:
Jürgen Buchmüller 2020-02-07 21:21:32 +01:00
parent 008d7a6a68
commit 5f60b9d3cf

View file

@ -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.