annotate src/s/sco5-shr.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children 0132846995bd
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 "sco5.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 /* XEmacs change. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 #undef LINKER
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #undef C_OPTIMIZE_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 #undef C_DEBUG_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #undef C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #define C_SWITCH_SYSTEM -D_NO_STATIC -D_SCO_ELF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #ifndef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #define LINKER cc -dy -Xc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #define C_OPTIMIZE_SWITCH -O3 -Xc -dy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #define C_DEBUG_SWITCH -g -Xc -dy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #define LINKER gcc -melf -Xc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 #define C_OPTIMIZE_SWITCH -O99 -m486 -fomit-frame-pointer -Xc -melf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #define C_DEBUG_SWITCH -g -Xc -melf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21