Define AMD64Architecture for FreeBSD

This commit is contained in:
Marcin Cieslak 2012-08-30 22:27:15 +02:00 committed by Jon Trulson
parent 3ef58433e6
commit ee7caf532b
1 changed files with 5 additions and 0 deletions

View File

@ -193,6 +193,11 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
# define i386Architecture
# undef i386
# endif
# ifdef __amd64__
# define AMD64BsdArchitecture
# define AMD64Architecture
# undef amd64
# endif
#endif /* __FreeBSD__ */
#ifdef AMOEBA