home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
gccsrc3.lzh
/
GCCSRC3
/
XM-ATARI.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-23
|
806b
|
34 lines
/* The following Macros control the compilation
*
* CROSSATARI defined when making cross compiler for TOS or Minix
* MINIX defined when making cross compiler for MINIX only
* atariminix defined when making compiler for MINIX
* atarist defined when making compiler for TOS
*/
/* we use an extra file, as we don't do links */
/* generic m68k config file */
#include "xm-m68k.h"
/* exc that we don't want the funny alloca... */
#ifndef CROSSATARI
#ifndef atarist
#undef alloca
#endif
#endif
/* #include "stddef.h" */
/* for new-version (format 2) symsegs, as defined by the symseg.h
taken from gdb */
typedef long CORE_ADDR;
/* Oops. Looks like this won't work anyhow; new GDB read syms
incrementally, so we can't use it. Use GDB 2.6; old symseg fmt...
#define FORMAT_2_SYMSEG
...*/