Mercurial > hg > xemacs-beta
diff src/s/decosf1-3.h @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 43dd3413c7c7 |
children |
line wrap: on
line diff
--- a/src/s/decosf1-3.h Mon Aug 13 09:47:55 2007 +0200 +++ b/src/s/decosf1-3.h Mon Aug 13 09:49:09 2007 +0200 @@ -14,18 +14,10 @@ #define _NO_MALLOC_WARNING_ #ifdef NOT_C_CODE -/* This to get rid of the -X that Makefile inserts - * and force dynamic linking and optimization during link time. - * The ifndef is needed to avoid screwups during configure - */ + #undef LD_SWITCH_SYSTEM #define LD_SWITCH_SYSTEM -#undef LD_SWITCH_CALL_SHARED -#ifndef USE_GCC -#define LD_SWITCH_CALL_SHARED -call_shared -#endif /* !USE_GCC */ - #undef LD_SWITCH_SHARED -#define LD_SWITCH_SHARED -shared +#define LD_SWITCH_SHARED "-shared" #endif /* NOT_C_CODE */