Mercurial > hg > xemacs-beta
diff src/s/sunos4-0.h @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 43dd3413c7c7 |
children | 0132846995bd |
line wrap: on
line diff
--- a/src/s/sunos4-0.h Mon Aug 13 09:39:46 2007 +0200 +++ b/src/s/sunos4-0.h Mon Aug 13 09:40:41 2007 +0200 @@ -31,12 +31,12 @@ # ifndef LD_SWITCH_SYSTEM # ifdef USE_GCC /* of course gcc has to take different args than the rest of the universe */ -# define LD_SWITCH_SYSTEM -static +# define LD_SWITCH_SYSTEM "-static" # else -# define LD_SWITCH_SYSTEM -Bstatic +# define LD_SWITCH_SYSTEM "-Bstatic" # endif # endif -# define UNEXEC unexsunos4.o +# define UNEXEC "unexsunos4.o" #endif #define RUN_TIME_REMAP @@ -48,7 +48,7 @@ /* XEmacs change -- Sun CC needs this to default to ANSI */ #if __SUNPRO_C -#define C_SWITCH_SYSTEM -Xa +#define C_SWITCH_SYSTEM "-Xa" #endif /* #### XEmacs: #define of SYSTEM_MALLOC removed. Is this OK? FSF says: @@ -69,7 +69,7 @@ */ /* Since lcc is not going to be heavily used anymore if it ever was, I'm putting broken-sun.h back in. */ -#include "broken-sun.h" +#include "../broken-sun.h" extern char *strdup (); extern char *ttyname (int); extern void tzsetwall (void);