comparison src/m/sun3.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
40 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) 40 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
41 41
42 /* In case we are using floating point, work together with crt0.c. */ 42 /* In case we are using floating point, work together with crt0.c. */
43 43
44 #ifndef __GNUC__ 44 #ifndef __GNUC__
45 #define C_SWITCH_MACHINE -fsoft 45 #define C_SWITCH_MACHINE "-fsoft"
46 #endif 46 #endif
47 47
48 /* This line is needed if you are linking with X windows 48 /* This line is needed if you are linking with X windows
49 and the library xlib was compiled to use the 68881. 49 and the library xlib was compiled to use the 68881.
50 For maximum cleanliness, don't edit this file; 50 For maximum cleanliness, don't edit this file;