From dc4f354791467b089d3c27534d22c9458b963e96 Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 24 Aug 2011 00:30:49 +0000 Subject: [PATCH] Adapt -m32 recipe to accommodate modern systems as well git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4657 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- BUILDING.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index ee1141ab..c33ddc66 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -546,13 +546,16 @@ Build Recipes 32-bit Build on 64-bit Linux/Unix (including OS X) -------------------------------------------------- -Set the following environment variables before running CMake or -'build-xorg build': +Set the following environment variables before building TigerVNC. CFLAGS='-O3 -m32' CXXFLAGS='-O3 -m32' LDFLAGS=-m32 +If you are building the TigerVNC Server on a modern Unix/Linux system, then +you will also need to pass the appropriate --host argument when configuring the +X server source (for instance, --host=i686-pc-linux-gnu). + 64-bit Backward-Compatible Build on 64-bit OS X ----------------------------------------------- -- 2.39.5