From d0c248024bc0c392102721392f6583c1ef786e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 26 Oct 2021 20:18:14 +0200 Subject: [PATCH] README.md: recommend native build for i686 --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 66cdb30c9ce9..40c85db25128 100644 --- a/README.md +++ b/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: - - 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 ...