36226
|
1 /* m- file for NEC EWS4800 RISC series.
|
|
2 Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
|
|
3
|
|
4 This file is part of GNU Emacs.
|
|
5
|
|
6 GNU Emacs 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.
|
|
10
|
|
11 GNU Emacs 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.
|
|
15
|
|
16 You should have received a copy of the GNU General Public License
|
|
17 along with GNU Emacs; see the file COPYING. If not, write to
|
|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
19 Boston, MA 02111-1307, USA. */
|
|
20
|
23634
|
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__ */
|