Mercurial > emacs
annotate src/m/mips4.h @ 5020:94de08fd8a7c
(Fnext_single_property_change): Fix missing \n\.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 15 Nov 1993 06:41:45 +0000 |
| parents | 1b0ce8ac1c81 |
| children | 80f932e6e5bc |
| rev | line source |
|---|---|
| 456 | 1 /* machine description file for Mips running RISCOS version 4. */ |
| 2 | |
| 3 #include "mips.h" | |
| 4 | |
| 5 /* The following line tells the configuration script what sort of | |
| 6 operating system this machine is likely to run. | |
| 7 USUAL-OPSYS="note" | |
| 8 | |
| 9 NOTE-START | |
| 10 Use -opsystem=usg5-2-2 normally, or -opsystem=bsd4-3 with the BSD | |
| 11 world. | |
| 12 NOTE-END */ | |
| 13 | |
|
3491
a211389a145f
(MIPS2): Comment out define.
Richard M. Stallman <rms@gnu.org>
parents:
3326
diff
changeset
|
14 #if 0 |
| 456 | 15 /* Define MIPS2 if you have an R6000 or R4000. */ |
|
3326
84fa80cf7087
* m/mips.h (KERNEL_FILE): Set this to "/unix".
Jim Blandy <jimb@redhat.com>
parents:
524
diff
changeset
|
16 #define MIPS2 |
|
3491
a211389a145f
(MIPS2): Comment out define.
Richard M. Stallman <rms@gnu.org>
parents:
3326
diff
changeset
|
17 #endif |
| 456 | 18 |
| 524 | 19 #ifdef __GNUC__ |
| 20 #define C_DEBUG_SWITCH -g -O | |
| 21 #else | |
| 456 | 22 #ifdef MIPS2 |
|
3326
84fa80cf7087
* m/mips.h (KERNEL_FILE): Set this to "/unix".
Jim Blandy <jimb@redhat.com>
parents:
524
diff
changeset
|
23 #define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 -mips2 |
| 456 | 24 #else |
|
3326
84fa80cf7087
* m/mips.h (KERNEL_FILE): Set this to "/unix".
Jim Blandy <jimb@redhat.com>
parents:
524
diff
changeset
|
25 #define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 |
| 456 | 26 #endif |
| 524 | 27 #endif |
| 456 | 28 |
| 29 #ifdef TERMINFO | |
| 30 #undef TERMINFO | |
| 31 #endif | |
| 32 | |
| 33 #define START_FILES pre-crt0.o /lib/crt1.o | |
|
3491
a211389a145f
(MIPS2): Comment out define.
Richard M. Stallman <rms@gnu.org>
parents:
3326
diff
changeset
|
34 /* Used to have -lisode, but jlp@math.byu.edu says remove it |
|
a211389a145f
(MIPS2): Comment out define.
Richard M. Stallman <rms@gnu.org>
parents:
3326
diff
changeset
|
35 (for RISCOS 4.52). */ |
|
4722
1b0ce8ac1c81
(LIB_STANDARD): Add a second -lc after crtn.o.
Richard M. Stallman <rms@gnu.org>
parents:
3491
diff
changeset
|
36 /* ethanb@ptolemy.astro.washington.edu says crtn.o uses _ctype |
|
1b0ce8ac1c81
(LIB_STANDARD): Add a second -lc after crtn.o.
Richard M. Stallman <rms@gnu.org>
parents:
3491
diff
changeset
|
37 and therefore we must search libc again after crtn.o. |
|
1b0ce8ac1c81
(LIB_STANDARD): Add a second -lc after crtn.o.
Richard M. Stallman <rms@gnu.org>
parents:
3491
diff
changeset
|
38 The -L is used to force second -lc to find the sysv version |
|
1b0ce8ac1c81
(LIB_STANDARD): Add a second -lc after crtn.o.
Richard M. Stallman <rms@gnu.org>
parents:
3491
diff
changeset
|
39 of libc.a, which is needed because the BSD libc.a |
|
1b0ce8ac1c81
(LIB_STANDARD): Add a second -lc after crtn.o.
Richard M. Stallman <rms@gnu.org>
parents:
3491
diff
changeset
|
40 doesn't have _ctype. */ |
|
1b0ce8ac1c81
(LIB_STANDARD): Add a second -lc after crtn.o.
Richard M. Stallman <rms@gnu.org>
parents:
3491
diff
changeset
|
41 #define LIB_STANDARD -lmld -lc /lib/crtn.o -L/usr/lib -lc |
| 456 | 42 |
| 43 | |
| 44 #define COFF | |
| 45 #undef LD_SWITCH_MACHINE | |
| 46 #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000 |
