author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Wed, 5 Aug 2009 05:32:02 +0000 (01:32 -0400) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Fri, 18 Jun 2010 11:21:18 +0000 (07:21 -0400) | ||
commit | ab1e1edff3fa584536a072495d4bcff400339f40 | |
tree | 4f72c92e6191ada25a936f1ecc2bf76d891c46cb | tree | snapshot |
parent | 4b42d5aff4c929ccb7bb7c752d2b25149cee79a5 | commit | diff |
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.
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 | diff | blob | history |