mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Support correct programming environment name for amd64.
MFC after: 3 days
This commit is contained in:
parent
29bdd01910
commit
456f9a140f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142066
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue