View Single Post
Old 29 September 2011, 10:37   #83
Gaula92
Registered User
 
Gaula92's Avatar
 
Join Date: Aug 2008
Location: Spain
Posts: 527
I'm asking once more: is it possible to compile a JIT-enabled version on 64bit Linux??
If it's impossible to build a 64bit version with JIT, can you please point me to configuration/compilation flags to compile a 32bits version on a 64bits system?

I have already tried with these configure options in the linux build script:

Code:
./configure $base $cd32 $a600 $scsi $other CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
..but still the configure scripts detects BUILD and HOST as X86_64-unknown-linux-gnu.

thanks

Last edited by Gaula92; 29 September 2011 at 12:00.
Gaula92 is offline  
 
Page generated in 0.04353 seconds with 11 queries