annotate src/s/decosf3-2-static.h @ 84:ac0620f6398e
r20-0b92
Import from CVS: tag r20-0b92
| author |
cvs |
| date |
Mon, 13 Aug 2007 09:08:29 +0200 |
| parents |
376386a54a3c |
| children |
|
| rev |
line source |
|
0
|
1 /* Synched up with: Not in FSF. */
|
|
|
2
|
|
|
3 #include "decosf3-2.h"
|
|
|
4
|
|
|
5 #ifdef NOT_C_CODE
|
|
|
6 /* This is to get rid of the definition that selects dynamic linking. */
|
|
|
7 #undef LD_SWITCH_CALL_SHARED
|
|
|
8 #ifdef USE_GCC
|
|
|
9 #define LD_SWITCH_CALL_SHARED -static -Xlinker -non_shared
|
|
|
10 #else
|
|
|
11 #define LD_SWITCH_CALL_SHARED -non_shared
|
|
|
12 #endif /* USE_GCC */
|
|
|
13 #endif /* NOT_C_CODE */
|