annotate src/s/decosf4.0-static.h @ 118:7d55a9ba150c r20-1b11

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