Mercurial > hg > xemacs-beta
diff src/m/7300.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 | 8eaf7971accc |
line wrap: on
line diff
--- a/src/m/7300.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/7300.h Mon Aug 13 09:43:35 2007 +0200 @@ -82,8 +82,8 @@ both of which have been fixed now. */ #define SECTION_ALIGNMENT 0x03ff #define SEGMENT_MASK 0xffff -#define LD_SWITCH_MACHINE -z +#define LD_SWITCH_MACHINE "-z" /* Insist on using cc when compiling this. GCC may have been configured to use GAS syntax, which causes problems. */ -#define CRT0_COMPILE cc -c -O -Demacs +#define CRT0_COMPILE "cc -c -O -Demacs"