10 lines
259 B
C
10 lines
259 B
C
/* Machine specific defines for the dpx2 machine */
|
|
#define dpx2
|
|
#define TC_M68K
|
|
|
|
/* Preserve leading underscore in symbol names. */
|
|
#define STRIP_UNDERSCORE 0
|
|
|
|
/* The magic number is not the usual MC68MAGIC. */
|
|
#define FILE_HEADER_MAGIC MC68KBCSMAGIC
|
|
|