mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Define AMD64Architecture for FreeBSD
This commit is contained in:
parent
3ef58433e6
commit
ee7caf532b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue