Mercurial > hg > xemacs-beta
diff src/m/tad68k.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 |
line wrap: on
line diff
--- a/src/m/tad68k.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/tad68k.h Mon Aug 13 09:43:35 2007 +0200 @@ -70,7 +70,7 @@ /* SysV has alloca in the PW library */ -#define LIB_STANDARD -lPW -lc +#define LIB_STANDARD "-lPW -lc" #define HAVE_ALLOCA /* Define NO_REMAP if memory segmentation makes it not work well @@ -91,7 +91,7 @@ #define fchmod /* we don't have fchmod() */ #define SECTION_ALIGNMENT (2048-1) /* 2k boundaries required in unexec */ #define SEGMENT_MASK (128*1024-1) /* 128k offsets required in unexec */ -#define C_DEBUG_SWITCH -O /* build with -O (TPIX has GCC 1.34) */ +#define C_DEBUG_SWITCH "-O" /* build with -O (TPIX has GCC 1.34) */ #define BROKEN_TIOCGWINSZ /* Don't try to use TIOCGWINSZ. */ @@ -99,4 +99,4 @@ #define select gnu_select /* avoid select() name clash */ #define HAVE_PTYS /* we do have PTYs if we have TCP */ -#define LIBS_SYSTEM -lsocket /* get TCP networking functions */ +#define LIBS_SYSTEM "-lsocket" /* get TCP networking functions */