]> gcc.gnu.org Git - gcc.git/blame - gcc/config/ns32k/pc532-mach.h
(DEFAULT_PCC_STRUCT_RETURN): Define to 0.
[gcc.git] / gcc / config / ns32k / pc532-mach.h
CommitLineData
c5d555ca
TW
1/* Definitions of target machine for GNU compiler.
2 PC532 with National 32532, running Mach 3.0.
3 Copyright (C) 1992 Free Software Foundation, Inc.
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
11
12GNU CC is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU CC; see the file COPYING. If not, write to
19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20
deda1f9f 21#include "ns32k/pc532.h"
c5d555ca
TW
22
23#undef CPP_PREDEFINES
24#define CPP_PREDEFINES "-Dns32532 -DPC532 -DMACH=1"
b292ed86
JW
25
26/* Don't default to pcc-struct-return, because gcc is the only compiler, and
27 we want to retain compatibility with older gcc versions. */
28#define DEFAULT_PCC_STRUCT_RETURN 0
This page took 0.106583 seconds and 5 git commands to generate.