README.md: recommend native build for i686
This commit is contained in:
parent
c754da543f
commit
9b2b96e06c
10
README.md
10
README.md
@ -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:
|
Two ways are available to build 32bit packages on x86\_64:
|
||||||
|
|
||||||
- cross compilation mode
|
- native mode with a 32bit masterdir (recommended, used in official repository)
|
||||||
- native mode with a 32bit masterdir
|
- cross compilation mode to i686 [target](#cross-compiling)
|
||||||
|
|
||||||
The first mode (cross compilation) is as easy as:
|
The canonical mode (native) needs a new x86 `masterdir`:
|
||||||
|
|
||||||
$ ./xbps-src -a i686 pkg ...
|
|
||||||
|
|
||||||
The second mode (native) needs a new x86 `masterdir`:
|
|
||||||
|
|
||||||
$ ./xbps-src -m masterdir-x86 binary-bootstrap i686
|
$ ./xbps-src -m masterdir-x86 binary-bootstrap i686
|
||||||
$ ./xbps-src -m masterdir-x86 ...
|
$ ./xbps-src -m masterdir-x86 ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user