annotate src/s/decosf3-2-static.h @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents 376386a54a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: Not in FSF. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #include "decosf3-2.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #ifdef NOT_C_CODE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 /* This is to get rid of the definition that selects dynamic linking. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #undef LD_SWITCH_CALL_SHARED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 #ifdef USE_GCC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #define LD_SWITCH_CALL_SHARED -static -Xlinker -non_shared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #define LD_SWITCH_CALL_SHARED -non_shared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #endif /* USE_GCC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #endif /* NOT_C_CODE */