Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config / mips / dec-bsd.h
blob126353b25dd7026ff7fb2e42a01af600145236e9
1 /* Definitions for DECstation running BSD as target machine for GNU compiler.
2 Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
4 This file is part of GNU CC.
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING. If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
21 #define DECSTATION
23 #ifndef CPP_PREDEFINES
24 #define CPP_PREDEFINES "-D__ANSI_COMPAT \
25 -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -Dbsd4_4 -Dhost_mips -Dmips \
26 -Dunix -D_mips -D_unix -D_host_mips -D_MIPSEL -D_R3000 \
27 -Asystem(unix) -Asystem(bsd) -Amachine(mips)"
28 #endif
30 /* Always uses GNU ld. */
31 #ifndef LINK_SPEC
32 #define LINK_SPEC "%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3}"
33 #endif
35 #define LIB_SPEC ""
36 #define STARTFILE_SPEC ""
38 #ifndef MACHINE_TYPE
39 #define MACHINE_TYPE "DECstation running BSD 4.4"
40 #endif
42 #define TARGET_DEFAULT MASK_GAS
43 #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
45 #include "mips/mips.h"
47 /* Since gas and gld are standard on 4.4 BSD, we don't need these */
48 #undef MD_EXEC_PREFIX
49 #undef MD_STARTFILE_PREFIX
50 #undef ASM_FINAL_SPEC
51 #undef LIB_SPEC
52 #undef STARTFILE_SPEC