Darren Hart wrote: > According to man gcc: > > -m64 > Generate code for a 32-bit or 64-bit environment. The 32-bit envi- > ronment sets int, long and pointer to 32 bits and generates code > that runs on any i386 system. The 64-bit environment sets int to > 32 bits and long and pointer to 64 bits and generates code for > AMD's x86-64 architecture. For darwin only the -m64 option turns > off the -fno-pic and -mdynamic-no-pic options. > > This seems like the right thing to do to me. Gilles, have you confirmed that > this doesn't break things on the x86_64 platforms? >
I've also run the involved tests on an x86_64 machine and it was OK. Gilles. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
