Support correct programming environment name for amd64.
MFC after: 3 days
This commit is contained in:
parent
88bf7ca80c
commit
b7a765f1f7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user