comparison src/m/sps7.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
62 /* Define this to cause -N to be passed to ld. This is needed 62 /* Define this to cause -N to be passed to ld. This is needed
63 * in uniplus because of its funny memory space layout. 63 * in uniplus because of its funny memory space layout.
64 * SMX--If you are using 32 bit (COFF) use "-N", else don't use anything. 64 * SMX--If you are using 32 bit (COFF) use "-N", else don't use anything.
65 */ 65 */
66 66
67 #define LD_SWITCH_MACHINE -N -T32 -e __start 67 #define LD_SWITCH_MACHINE "-N -T32 -e __start"
68 68
69 /* If you are compiling for a 68020, then use -lc32 else use -lc */ 69 /* If you are compiling for a 68020, then use -lc32 else use -lc */
70 70
71 #define LIB_STANDARD -lc32 71 #define LIB_STANDARD "-lc32"
72 72
73 /* Fore 16 bit, -linet, for 32 bit -linet32 (be sure you have it!). */ 73 /* Fore 16 bit, -linet, for 32 bit -linet32 (be sure you have it!). */
74 74
75 #define LIBS_MACHINE -linet32 75 #define LIBS_MACHINE "-linet32"
76 76
77 /* Use -T32 for 68020, -T16 otherwise */ 77 /* Use -T32 for 68020, -T16 otherwise */
78 78
79 #define C_SWITCH_MACHINE -T32 79 #define C_SWITCH_MACHINE "-T32"
80 80
81 #define BROKEN_SIGIO 81 #define BROKEN_SIGIO
82 82
83 /* Other than 68020 use ld16, as32, or undefine (defaults ld and as). */ 83 /* Other than 68020 use ld16, as32, or undefine (defaults ld and as). */
84 84