Mercurial > emacs
annotate src/m/sun3-soft.h @ 15701:5db02009315e libc-1-93 libc-960716 libc-960717 libc-960718 libc-960719 libc-960720 libc-960721 libc-960722 libc-960723 libc-960724 libc-960725 libc-960726 libc-960727 libc-960728 libc-960729 libc-960730 libc-960731 libc-960801 libc-960802 libc-960803 libc-960804 libc-960805 libc-960806 libc-960807 libc-960808 libc-960809 libc-960810 libc-960811 libc-960812 libc-960813 libc-960814 libc-960815 libc-960816 libc-960817 libc-960818 libc-960819 libc-960820 libc-960821 libc-960822 libc-960823 libc-960824 libc-960825 libc-960826 libc-960827 libc-960828 libc-960829 libc-960830 libc-960831 libc-960901 libc-960902 libc-960903 libc-960904 libc-960905 libc-960906 libc-960907 libc-960908 libc-960909 libc-960910 libc-960911 libc-960912 release-0-0 release-0-1
Fix previous change. Use sed's y command instead.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 16 Jul 1996 04:47:46 +0000 |
parents | e442bb589751 |
children | 23a1cea22d13 |
rev | line source |
---|---|
457 | 1 /* sun3-soft.h, for a Sun 3, using the Sun with software floating point. */ |
2 | |
3 #include "sun3.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 Sun with software floating point (-machine=sun3-soft; | |
11 -opsystem=bsd4-2 or -opsystem=sunos4) | |
12 | |
13 Versions 1, 2, and 3 of the operating system are derived from | |
14 Berkeley 4.2, meaning that you should use -opsystem=bsd4-2. | |
15 | |
16 If you want to use software floating point on SunOS release 4 on a | |
17 Sun 3, use -machine=sun3-68881 and -opsystem=sunos4. See the file | |
18 share-lib/SUNBUG for how to solve problems caused by bugs in the | |
19 "export" version of SunOS 4. | |
20 NOTE-END */ | |
21 | |
22 /* In case we are using floating point, work together with crt0.c. */ | |
23 | |
24 #ifndef __GNUC__ | |
25 #define C_SWITCH_MACHINE -fsoft | |
26 #endif | |
27 | |
28 #define sun_soft | |
29 #define START_FILES crt0.o /usr/lib/Fcrt1.o |