Support correct programming environment name for amd64.

MFC after:	3 days
This commit is contained in:
Garrett Wollman 2005-02-18 21:53:05 +00:00
parent 29bdd01910
commit 456f9a140f

View File

@ -30,7 +30,7 @@ static const struct map *in_word_set(const char *str);
* be updated. (We cheat here and define the supported environments
* statically.)
*/
#if defined(__alpha__) || defined(__sparc64__)
#if defined(__alpha__) || defined(__sparc64__) || defined(__amd64__)
#define have_LP64_OFF64 NULL
#endif