Browse Source

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
tags/v1.1.90
DRC 12 years ago
parent
commit
dc4f354791
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      BUILDING.txt

+ 5
- 2
BUILDING.txt View File

@@ -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
-----------------------------------------------

Loading…
Cancel
Save