Mercurial > emacs
annotate src/m/is386.h @ 82683:d8fec7430e25
Move tutorials from etc/ to etc/tutorials/
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 22 Aug 2007 07:36:00 +0000 |
parents | 695cf19ef79e |
children | 345d3b46b5d3 375f2633d815 |
rev | line source |
---|---|
457 | 1 /* machine description file for Integrated Solutions 386 machine. */ |
2 | |
3 #include "intel386.h" | |
4 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
457
diff
changeset
|
5 /* The following line tells the configuration script what sort of |
457 | 6 operating system this machine is likely to run. |
7 USUAL-OPSYS="note" | |
8 | |
9 NOTE-START | |
10 Intel 386 (-machine=intel386 or -machine=is386.h) | |
11 | |
12 The possibilities for -opsystem are: bsd4-2, usg5-2-2, usg5-3, | |
13 isc2-2, 386-ix, esix, or xenix. | |
14 | |
15 18.58 should support a wide variety of operating systems. | |
16 Use isc2-2 for Interactive 386/ix version 2.2. | |
17 Use 386ix for prior versions. | |
18 Use esix for Esix. It isn't clear what to do on an SCO system. | |
19 | |
20 -machine=is386 is used for an Integrated Solutions 386 machine. | |
21 It may also be correct for Microport systems. | |
22 NOTE-END */ | |
23 | |
24 #define LIBX10_MACHINE -lnsl_s | |
25 #define LIBX11_MACHINE -lnsl_s | |
26 | |
27 #define LIBS_DEBUG -lg | |
52401 | 28 |
29 /* arch-tag: b6b7e6ec-8b6c-440b-b9c8-961e4bebf0cf | |
30 (do not change this comment) */ |