Define AMD64Architecture for FreeBSD
authorMarcin Cieslak <saper@saper.info>
Thu, 30 Aug 2012 20:27:15 +0000 (22:27 +0200)
committerJon Trulson <jon@radscan.com>
Thu, 30 Aug 2012 20:30:49 +0000 (14:30 -0600)
cde/config/cf/Imake.cf

index 456d365e131d43ef95c7b660c590f70029f52dbb..9e93abf539caf35a513a3ba7e024e9b5e19ef22f 100644 (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