32bit builds of Mesa on 64bit platforms

2005-07-15 Thread Egbert Eich
The patch below allows 32bit builds of Mesa on 64bit (especially x86_64) systems. The '-m32' option for gcc/g++ should work with all versions of gcc = 3.0 - also on ia32. Egbert. Index: configs/linux-dri-x86 === RCS file:

Re: 32bit builds of Mesa on 64bit platforms

2005-07-15 Thread Brian Paul
Egbert Eich wrote: The patch below allows 32bit builds of Mesa on 64bit (especially x86_64) systems. The '-m32' option for gcc/g++ should work with all versions of gcc = 3.0 - also on ia32. Ok, I've checked in the fix, with minor changes. -Brian

Re: 32bit builds of Mesa on 64bit platforms

2005-07-15 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Egbert Eich wrote: The patch below allows 32bit builds of Mesa on 64bit (especially x86_64) systems. The '-m32' option for gcc/g++ should work with all versions of gcc = 3.0 - also on ia32. Egbert. Index: configs/linux-dri-x86

Re: 32bit builds of Mesa on 64bit platforms

2005-07-15 Thread Brian Paul
Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Egbert Eich wrote: The patch below allows 32bit builds of Mesa on 64bit (especially x86_64) systems. The '-m32' option for gcc/g++ should work with all versions of gcc = 3.0 - also on ia32. Egbert. Index: