README.md: recommend native build for i686

This commit is contained in:
Piotr Wójcik 2021-10-26 20:18:14 +02:00 committed by Piotr
parent c754da543f
commit 9b2b96e06c

View file

@ -469,14 +469,10 @@ Sometimes the bootstrap packages must be updated to the latest available version
Two ways are available to build 32bit packages on x86\_64:
- cross compilation mode
- native mode with a 32bit masterdir
- native mode with a 32bit masterdir (recommended, used in official repository)
- cross compilation mode to i686 [target](#cross-compiling)
The first mode (cross compilation) is as easy as:
$ ./xbps-src -a i686 pkg ...
The second mode (native) needs a new x86 `masterdir`:
The canonical mode (native) needs a new x86 `masterdir`:
$ ./xbps-src -m masterdir-x86 binary-bootstrap i686
$ ./xbps-src -m masterdir-x86 ...