diff options
| author | 2020-02-07 21:21:32 +0100 | |
|---|---|---|
| committer | 2020-02-07 21:29:22 +0100 | |
| commit | 5f60b9d3cf6686c202a87419da7c96b23a562a1f (patch) | |
| tree | 7aff281e7e47dd971fea6feedf6613cd279cb9f9 /Manual.md | |
| parent | dhcp: use XBPS_TARGET_NEED_ATOMIC (diff) | |
Manual.md: document XBPS{,_TARGET}_NEED_ATOMIC
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Manual.md b/Manual.md index 7c62177bc51..ba9e73d5951 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. |
