diff options
| author | 2019-08-03 22:48:01 +0200 | |
|---|---|---|
| committer | 2019-08-03 23:09:36 +0200 | |
| commit | 6a1b977e0c81d25046ed008dbd2f450e2f55486a (patch) | |
| tree | 3dbe23fc7478b11a050b3d40b5a862eae2545679 /Manual.md | |
| parent | nomad: update to 0.9.4. (diff) | |
Revert "profiles: introduce XBPS_{,TARGET_}{ENDIAN,LIBC}"
This reverts commit 9b3203401d1b78924ac917d21efa31058adc47ef.
It doesn't actually work. Use the method suggested by @q66 instead.
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Manual.md b/Manual.md index 8eeba5fda19..edd87984c1b 100644 --- a/Manual.md +++ b/Manual.md @@ -365,24 +365,16 @@ 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" for little-endian, "be" for big-endian). - -- `XBPS_LIBC` The machine's C library ("glibc" for GNU libc, "musl" for Musl libc). - - `XBPS_WORDSIZE` The machine's word size in bits (32 or 64). -- `XBPS_TARGET_MACHINE` The target machine architecture when cross compiling a package. +- `XBPS_SRCDISTDIR` Full path to where the `source distfiles` are stored, i.e `$XBPS_HOSTDIR/sources`. -- `XBPS_TARGET_ENDIAN` The target machine's endiannes ("le" for little-endian, "be" for big-endian). +- `XBPS_SRCPKGDIR` Full path to the `srcpkgs` directory. -- `XBPS_TARGET_LIBC` The target machine's C library ("glibc" for GNU libc, "musl" for Musl libc). +- `XBPS_TARGET_MACHINE` The target machine architecture when cross compiling a package. - `XBPS_TARGET_WORDSIZE` The target 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`. - -- `XBPS_SRCPKGDIR` Full path to the `srcpkgs` directory. - - `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. |
