aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorJürgen Buchmüller <pullmoll@t-online.de>2019-08-09 21:35:12 +0200
committerJürgen Buchmüller <pullmoll@t-online.de>2019-08-09 21:35:12 +0200
commit09a1446dd6080fbbd7a31796c718aa44137a8b40 (patch)
tree4738fd8c8c03a8db58979564822545ce20a01cb3 /Manual.md
parentliborcus: revert to 0.14.1 (diff)
Manual.md: describe XBPS_{,TARGET_}{ENDIAN,LIBC}
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Manual.md b/Manual.md
index edd87984c1b..2b70cb63902 100644
--- a/Manual.md
+++ b/Manual.md
@@ -365,6 +365,10 @@ in this directory such as `${XBPS_BUILDDIR}/${wrksrc}`.
- `XBPS_MACHINE` The machine architecture as returned by `xbps-uhelper arch`.
+- `XBPS_ENDIAN` The machine's endianness ("le" or "be").
+
+- `XBPS_LIBC` The machine's C library ("glibc" or "musl").
+
- `XBPS_WORDSIZE` The machine's word size in bits (32 or 64).
- `XBPS_SRCDISTDIR` Full path to where the `source distfiles` are stored, i.e `$XBPS_HOSTDIR/sources`.
@@ -373,6 +377,10 @@ in this directory such as `${XBPS_BUILDDIR}/${wrksrc}`.
- `XBPS_TARGET_MACHINE` The target machine architecture when cross compiling a package.
+- `XBPS_TARGET_EDNIAN` The target machine's endianness ("le" or "be").
+
+- `XBPS_TARGET_LIBC` The target machine's C library ("glibc" or "musl").
+
- `XBPS_TARGET_WORDSIZE` The target machine's word size in bits (32 or 64).
- `XBPS_FETCH_CMD` The utility to fetch files from `ftp`, `http` of `https` servers.