81918bf8b4
the processor family now. x86_64 is kept as the MACHINE_ARCH value, since it's already widely used (by e.g. the toolchain, etc), and by other operating systems.
9 lines
177 B
C
9 lines
177 B
C
/* $NetBSD: cdefs.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
|
|
|
|
#ifndef _MACHINE_CDEFS_H_
|
|
#define _MACHINE_CDEFS_H_
|
|
|
|
/* No arch-specific cdefs. */
|
|
|
|
#endif /* !_MACHINE_CDEFS_H_ */
|