diff options
Diffstat (limited to 'gcc/config/m68k/xm-mot3300.h')
-rw-r--r-- | gcc/config/m68k/xm-mot3300.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h index c61bd293e25..ea3b5589dbe 100644 --- a/gcc/config/m68k/xm-mot3300.h +++ b/gcc/config/m68k/xm-mot3300.h @@ -22,13 +22,8 @@ Boston, MA 02111-1307, USA. */ #define USG 1 -#include "m68k/xm-m68k.h" - -#define NO_SYS_SIGLIST - /* do not use alloca from -lPW with cc, because function epilogues use %sp */ #ifndef __GNUC__ -#define USE_C_ALLOCA #ifdef __STDC__ extern void *alloca (); #else |