|
|
1.1 root 1: /* Configuration for GNU C-compiler for Motorola 68000 family.
2: Copyright (C) 1987 Free Software Foundation, Inc.
3:
4: This file is part of GNU CC.
5:
6: GNU CC is distributed in the hope that it will be useful,
7: but WITHOUT ANY WARRANTY. No author or distributor
8: accepts responsibility to anyone for the consequences of using it
9: or for whether it serves any particular purpose or works at all,
10: unless he says so in writing. Refer to the GNU CC General Public
11: License for full details.
12:
13: Everyone is granted permission to copy, modify and redistribute
14: GNU CC, but only under the conditions described in the
15: GNU CC General Public License. A copy of this license is
16: supposed to have been given to you along with GNU CC so you
17: can know your rights and responsibilities. It should be in a
18: file named COPYING. Among other things, the copyright notice
19: and this notice must be preserved on all copies. */
20:
21:
22: /* #defines that need visibility everywhere. */
23: #define FALSE 0
24: #define TRUE 1
25:
26: /* This describes the machine the compiler is hosted on. */
27: #define HOST_BITS_PER_CHAR 8
28: #define HOST_BITS_PER_SHORT 16
29: #define HOST_BITS_PER_INT 32
30: #define HOST_BITS_PER_LONG 32
31:
32: /* target machine dependencies.
33: tm.h is a symbolic link to the actual target specific file. */
34: #include "tm.h"
35:
36: /* Arguments to use with `exit'. */
37: #define SUCCESS_EXIT_CODE 0
38: #define FATAL_EXIT_CODE 33
39:
40: /* If compiled with GNU C, use the built-in alloca */
41: #ifdef __GNUC__
42: #define alloca __builtin_alloca
43: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.