Mercurial > hg > xemacs-beta
comparison src/m/plexus.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 |
---|---|
84 | 84 |
85 #undef NO_REMAP | 85 #undef NO_REMAP |
86 | 86 |
87 /* Use the following on ld so we can use the gnu crt0 | 87 /* Use the following on ld so we can use the gnu crt0 |
88 The plexus ld looks for start */ | 88 The plexus ld looks for start */ |
89 #define LD_SWITCH_MACHINE -e __start | 89 #define LD_SWITCH_MACHINE "-e __start" |
90 | 90 |
91 /* Use the PW library, which contains alloca. */ | 91 /* Use the PW library, which contains alloca. */ |
92 | 92 |
93 #define LIB_STANDARD -lPW -lc | 93 #define LIB_STANDARD "-lPW -lc" |
94 | 94 |
95 /* crt0.c should use the vax-bsd style of entry, with no dummy args. */ | 95 /* crt0.c should use the vax-bsd style of entry, with no dummy args. */ |
96 | 96 |
97 #define CRT0_DUMMIES zero1, zero2, | 97 #define CRT0_DUMMIES zero1, zero2, |
98 | 98 |