Mercurial > hg > xemacs-beta
comparison src/m/ibmrt.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 | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
100 #define SKTPAIR | 100 #define SKTPAIR |
101 | 101 |
102 /* Special switches to give the C compiler. */ | 102 /* Special switches to give the C compiler. */ |
103 | 103 |
104 #ifndef __GNUC__ | 104 #ifndef __GNUC__ |
105 #define C_SWITCH_MACHINE -Dalloca=_Alloca | 105 #define C_SWITCH_MACHINE "-Dalloca=_Alloca" |
106 #endif | 106 #endif |
107 | 107 |
108 /* XEmacs addition: */ | 108 /* XEmacs addition: */ |
109 /* Under Mach at least, gcc doesn't seem to work as the linker. */ | 109 /* Under Mach at least, gcc doesn't seem to work as the linker. */ |
110 #ifdef MACH | 110 #ifdef MACH |
111 #define START_FILES pre-crt0.o | 111 #define START_FILES "pre-crt0.o" |
112 #ifdef __GNUC__ | 112 #ifdef __GNUC__ |
113 #define LINKER pcc | 113 #define LINKER "pcc" |
114 #endif | 114 #endif |
115 #endif | 115 #endif |
116 | 116 |
117 /* Don't attempt to relabel some of the data as text when dumping. | 117 /* Don't attempt to relabel some of the data as text when dumping. |
118 It does not work because their virtual addresses are not consecutive. | 118 It does not work because their virtual addresses are not consecutive. |