From acf7b010ba3bc05c47c33072a862b04c651a5fe2 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 1 May 2022 15:36:40 -0600 Subject: [PATCH] added setarch i686 Note suggestion from Andrew --- parts/Installation.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/parts/Installation.tex b/parts/Installation.tex index 944d40a..025e075 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -455,6 +455,13 @@ export ac_cv_header_xmmintrin_h=no export FFMPEG_EXTRA_CFG=" --disable-vdpau" \end{lstlisting} +Note for building 32-bit packages on hybrid 32/64 x86 systems, you may +need to add the following: + +\begin{lstlisting}[style=sh] +setarch i686 (befire configure and package build) +\end{lstlisting} + NOTE: as of May 31, 2021 when Context Help was added, to include this Context Help you will need to download the corresponding tgz file containing the HTML manual sections referenced for the -- 2.26.2