Mercurial > hg > xemacs-beta
diff src/s/dgux.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 | 2d532a89d707 |
line wrap: on
line diff
--- a/src/s/dgux.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/s/dgux.h Mon Aug 13 09:43:35 2007 +0200 @@ -88,7 +88,7 @@ panic. ELF executables have the advantage of using shared libraries, while COFF executables will still work on 4.2x systems. */ -#define UNEXEC unexelf.o +#define UNEXEC "unexelf.o" /* This makes sure that all segments in the executable are undumped, not just text, data, and bss. In the case of Mxdb and shared @@ -176,8 +176,8 @@ #endif #define ORDINARY_LINK -#define START_FILES pre-crt0.o -#define LIB_GCC /usr/lib/gcc/libgcc.a +#define START_FILES "pre-crt0.o" +#define LIB_GCC "/usr/lib/gcc/libgcc.a" #ifdef _M88KBCS_TARGET /* Karl Berry says: the environment @@ -207,7 +207,7 @@ else \ sprintf (pty_name, "/dev/tty%c%x", c, i); -#define C_DEBUG_SWITCH -g +#define C_DEBUG_SWITCH "-g" #else /* not COFF */ @@ -256,7 +256,7 @@ fatal ("ioctl I_PUSH ttcompat", errno); #ifdef __GNUC__ -#define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard +#define C_DEBUG_SWITCH "-g -V2 -mversion-03.00 -mstandard" #endif #endif /* ELF */ @@ -264,8 +264,8 @@ /* Extra stuff which probably should be someplace else but is here out of expediency. */ -#define LIB_X11_LIB -lX11 -#define LIB_MOTIF -lXm -lgen +#define LIB_X11_LIB "-lX11" +#define LIB_MOTIF "-lXm -lgen" /* Formerly "BSD_PGRPS" */