Code

Attempt at detecting 64bit compilation flags between gcc, old, and new versions of...
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Wed, 5 Aug 2009 05:32:02 +0000 (01:32 -0400)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Fri, 18 Jun 2010 11:21:18 +0000 (07:21 -0400)
commitab1e1edff3fa584536a072495d4bcff400339f40
tree4f72c92e6191ada25a936f1ecc2bf76d891c46cb
parent4b42d5aff4c929ccb7bb7c752d2b25149cee79a5
Attempt at detecting 64bit compilation flags between gcc, old, and new versions of sun cc

Gcc accepts -m64, just as newer version of Suncc.
Older Suncc required -xarch=v9 (SPARC) or -xarch=amd64 (x86-64) to generate 64bit code.
configure.in