mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-10 04:42:35 +01:00
10 lines
140 B
C
10 lines
140 B
C
|
/* Host environment for 68000's running System V. */
|
||
|
|
||
|
#include "m68k/xm-m68k.h"
|
||
|
|
||
|
#define USG
|
||
|
|
||
|
#ifndef __GNUC__
|
||
|
#define USE_C_ALLOCA
|
||
|
#endif
|