forked from Imagelibrary/binutils-gdb
* config/m68k/xm-mpw.h (spin.h): Include.
(ALMOST_STDC): Only define if MPW_C. * config/m68k/tm-mac.h: New file, Mac target definitions.
This commit is contained in:
@@ -21,8 +21,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include "fopen-bin.h"
|
||||
|
||||
#include "spin.h"
|
||||
|
||||
#define CANT_FORK
|
||||
|
||||
#ifdef MPW_C
|
||||
|
||||
/* MPW C is basically ANSI, but doesn't actually enable __STDC__,
|
||||
nor does it allow __STDC__ to be #defined. */
|
||||
|
||||
@@ -30,6 +34,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define ALMOST_STDC
|
||||
#endif
|
||||
|
||||
#endif /* MPW_C */
|
||||
|
||||
#ifdef BFD_TRUE_FALSE
|
||||
#ifndef false
|
||||
#define false mpw_false
|
||||
|
||||
Reference in New Issue
Block a user