The patch adds support for cross-compiling libXt out of the box.
Created attachment 12872 [details] [review] Cross-compiling support for libXt
What is the easiest way to reproduce this issue?
commit 36e9f0d351afbf7fd2595990b2d39e7c551f6420 Author: John Tapsell <johnflux@gmail.com> Date: Tue Sep 23 19:00:42 2008 +0300 configure.ac: Use native compiler for build tools makestrs is used during the build, so use the native compiler (either gcc or cc in $PATH, can be overridden as $CC_FOR_BUILD) instead of the (possibly cross-) compiler. diff --git a/configure.ac b/configure.ac
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.