From 0267c6d7ee0fd56702dafbc55b16313c6dc5a4ac Mon Sep 17 00:00:00 2001
From: Emil Velikov
--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
--build=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu
PKG_CONFIG_PATH
as well.
In some cases a single compiler is capable of handling both architectures @@ -158,9 +159,10 @@ further information - gcc machine dependent options
-The following should be sufficient to configure multilib Mesa
+In addition to specifying correct PKG_CONFIG_PATH
for the target
+architecture, the following should be sufficient to configure multilib Mesa
./configure CC="gcc -m32" CXX="g++ -m32" --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu ...
+./configure CC="gcc -m32" CXX="g++ -m32" --build=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu ...
--
2.30.2