Mercurial > hg > xemacs-beta
comparison src/m/sun3-soft.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
22 NOTE-END */ | 22 NOTE-END */ |
23 | 23 |
24 /* In case we are using floating point, work together with crt0.c. */ | 24 /* In case we are using floating point, work together with crt0.c. */ |
25 | 25 |
26 #ifndef __GNUC__ | 26 #ifndef __GNUC__ |
27 #define C_SWITCH_MACHINE -fsoft | 27 #define C_SWITCH_MACHINE "-fsoft" |
28 #endif | 28 #endif |
29 | 29 |
30 #define sun_soft | 30 #define sun_soft |
31 #define START_FILES crt0.o /usr/lib/Fcrt1.o | 31 #define START_FILES "crt0.o /usr/lib/Fcrt1.o" |