Mercurial > hg > xemacs-beta
diff src/m/pfa50.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 | 850242ba4a81 |
line wrap: on
line diff
--- a/src/m/pfa50.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/pfa50.h Mon Aug 13 09:43:35 2007 +0200 @@ -44,12 +44,12 @@ /* Define START_FILES if your machine used _start. */ -#define START_FILES crt0.o +#define START_FILES "crt0.o" /* Define LD_SWITCH_MACHINE if your linker needs it. */ -#define LD_SWITCH_MACHINE -e __start +#define LD_SWITCH_MACHINE "-e __start" #if pfa50 || pfa70 @@ -62,7 +62,7 @@ /* SX/A has alloca in the PW library. */ -#define LIB_STANDARD -lPW -lc +#define LIB_STANDARD "-lPW -lc" #define HAVE_ALLOCA /* SX/A uses terminfo and lib/curses */