annotate src/s/sunos4-1-4-shr.h @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents e04119814345
children 0132846995bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
1 /* Synched up with: Not in FSF. */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
2
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
3 /* For building XEmacs under SunOS 4.1.* with dynamic libraries. */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
4
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
5 #ifdef NOT_C_CODE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
6 # ifdef USE_GCC
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
7 /* of course gcc has to take different args than the rest of the universe */
157
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 32
diff changeset
8 # define LD_SWITCH_SYSTEM "-dynamic"
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
9 # else
157
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 32
diff changeset
10 # define LD_SWITCH_SYSTEM "-Bdynamic"
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
11 # endif
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
12 #endif
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
13
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
14 #include "sunos4-1-4.h"