OSDN Git Service

2000-10-18 Geoffrey Keating <geoffk@cygnus.com>
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / netware.h
1 /* Core target definitions for GNU compiler for Intel 80386 running Netware 4.
2    and using stabs-in-elf for the debugging format.
3    Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4
5    Written by David V. Henkel-Wallace (gumby@cygnus.com)
6
7 This file is part of GNU CC.
8
9 GNU CC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
13
14 GNU CC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GNU CC; see the file COPYING.  If not, write to
21 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
22
23 #include "i386/sysv4.h"         /* Build on the base i386 SVR4 configuration */
24 #include "netware.h"            /* Then add netware-specific goo. */
25
26 #undef TARGET_VERSION
27 #define TARGET_VERSION fprintf (stderr, " (i386 Netware 4)");
28
29 /* These surely require augmentation */
30 #undef CPP_PREDEFINES
31 #define CPP_PREDEFINES \
32   "-DAPX386 -D__i386__ -D__netware__ -Asystem(netware) -Acpu(i386) -Amachine(i386)"
33
34 #undef WCHAR_TYPE
35 #define WCHAR_TYPE "short unsigned int"
36
37 #undef WCHAR_TYPE_SIZE
38 #define WCHAR_TYPE_SIZE 16