|
|
1.1 ! root 1: /* Definitions of host machine for GNU compiler. ! 2: Atari TT ASV version. ! 3: Copyright (C) 1994 Free Software Foundation, Inc. ! 4: ! 5: This file is part of GNU CC. ! 6: ! 7: GNU CC is free software; you can redistribute it and/or modify ! 8: it under the terms of the GNU General Public License as published by ! 9: the Free Software Foundation; either version 1, or (at your option) ! 10: any later version. ! 11: ! 12: GNU CC is distributed in the hope that it will be useful, ! 13: but WITHOUT ANY WARRANTY; without even the implied warranty of ! 14: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! 15: GNU General Public License for more details. ! 16: ! 17: You should have received a copy of the GNU General Public License ! 18: along with GNU CC; see the file COPYING. If not, write to ! 19: the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ! 20: ! 21: #include "m68k/xm-m68kv.h" /* Use the System V flavor of m68k host */ ! 22: ! 23: #define HAVE_VPRINTF /* Host has vprintf() in library */ ! 24: ! 25: /* ASV does not define HZ, so we have to do it ourselves. */ ! 26: ! 27: #define HZ 128 /* System clock */ ! 28: ! 29: /* Define FULL_PROTOTYPES for protoize.c, to get <unistd.h> included. ! 30: We need this file for things like R_OK, not necessarily prototypes. */ ! 31: ! 32: #define FULL_PROTOTYPES ! 33: ! 34: #if defined (__GNUC__) && __GNUC__ == 1 ! 35: #define alloca __builtin_alloca ! 36: #endif ! 37: ! 38: /* The m88k and mips ports make use of fancy_abort to give possibly helpful ! 39: abort information rather than just dumping core. They do it in their ! 40: tm-* files. It seems more logical that this is a characteristic of ! 41: the host machine and not the target machine, so we do it here. */ ! 42: ! 43: #define abort fancy_abort /* give possibly helpful abort info */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.