view src/s/decosf3-2-static.h @ 132:757f1c4d15f7 xemacs-20-1

Added tag xemacs-20-1p4 for changeset 869e1851236b
author cvs
date Mon, 13 Aug 2007 09:29:09 +0200
parents 376386a54a3c
children
line wrap: on
line source

/* Synched up with: Not in FSF. */

#include "decosf3-2.h"

#ifdef NOT_C_CODE
/* This is to get rid of the definition that selects dynamic linking. */
#undef LD_SWITCH_CALL_SHARED
#ifdef USE_GCC
#define LD_SWITCH_CALL_SHARED -static -Xlinker -non_shared
#else
#define LD_SWITCH_CALL_SHARED -non_shared
#endif /* USE_GCC */
#endif /* NOT_C_CODE */