comparison src/m/sun386.h @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents 3ecd8885ac67
children 943eaba38521
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
72 /* Roadrunner uses 'COFF' format */ 72 /* Roadrunner uses 'COFF' format */
73 #define COFF 73 #define COFF
74 74
75 /* XEmacs change: from Thomas.Tornblom@nexus.comm.se */ 75 /* XEmacs change: from Thomas.Tornblom@nexus.comm.se */
76 #ifdef USE_GCC 76 #ifdef USE_GCC
77 #define C_SWITCH_MACHINE "-static -Dmode_t=\"u_short\"" /* avoid dynamic linking */ 77 #define C_SWITCH_MACHINE "-static -Dmode_t=\"unsigned short\"" /* avoid dynamic linking */
78 #define LD_SWITCH_MACHINE "-Wl,-N -static" 78 #define LD_SWITCH_MACHINE "-Wl,-N -static"
79 #else 79 #else
80 #define C_SWITCH_MACHINE "-Bstatic -Dmode_t=\"u_short\""/* avoid dynamic linking */ 80 #define C_SWITCH_MACHINE "-Bstatic -Dmode_t=\"unsigned short\""/* avoid dynamic linking */
81 #define LD_SWITCH_MACHINE "-N -Bstatic" 81 #define LD_SWITCH_MACHINE "-N -Bstatic"
82 #endif 82 #endif
83 83
84 /* Get rid of the -e __start that s-sunos4.h does. */ 84 /* Get rid of the -e __start that s-sunos4.h does. */
85 #undef LD_SWITCH_SYSTEM 85 #undef LD_SWITCH_SYSTEM