Add arch taglines
[bpt/emacs.git] / src / m / ews4800.h
CommitLineData
b3ae7a0a
GM
1/* m- file for NEC EWS4800 RISC series.
2 Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
20
fbddb98d
KH
21#undef LIB_STANDARD
22#undef C_DEBUG_SWITCH
23#define INHIBIT_BSD_TIME
24#undef USG
25#include "mips.h"
26#define USG
27#undef UNEXEC
28#define UNEXEC unexelf.o
29#undef LIBS_MACHINE
30#undef LD_SWITCH_MACHINE
31#undef START_FILES
32#undef DATA_START
33#undef LIB_STANDARD
34#undef C_SWITCH_MACHINE
35#ifndef __GNUC__
36#undef C_DEBUG_SWITCH
37#define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000
38#endif /* !__GNUC__ */
ab5796a9
MB
39
40/* arch-tag: 27f72f54-45cd-40a3-b182-345127f04955
41 (do not change this comment) */