annotate src/m/sun3-soft.h @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 376386a54a3c
children 0132846995bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 /* sun3-soft.h, for a Sun 3, using the Sun with software floating point. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #include "sun3.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 /* The following line tells the configuration script what sort of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 operating system this machine is likely to run.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 USUAL-OPSYS="note"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 NOTE-START
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 Sun with software floating point (-machine=sun3-soft;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 -opsystem=bsd4-2 or -opsystem=sunos4)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 Versions 1, 2, and 3 of the operating system are derived from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 Berkeley 4.2, meaning that you should use -opsystem=bsd4-2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 If you want to use software floating point on SunOS release 4 on a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 Sun 3, use -machine=sun3-68881 and -opsystem=sunos4. See the file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 share-lib/SUNBUG for how to solve problems caused by bugs in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 "export" version of SunOS 4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 NOTE-END */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 /* In case we are using floating point, work together with crt0.c. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 #ifndef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #define C_SWITCH_MACHINE -fsoft
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #define sun_soft
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #define START_FILES crt0.o /usr/lib/Fcrt1.o