comparison src/m/apollo.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
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
62 62
63 #define SYSTEM_MALLOC 63 #define SYSTEM_MALLOC
64 64
65 /* Define the file we use for UNEXEC. */ 65 /* Define the file we use for UNEXEC. */
66 66
67 #define UNEXEC unexapollo.o 67 #define UNEXEC "unexapollo.o"
68 68
69 /* The Apollo linker does not recognize the -X switch, so we remove it here. */ 69 /* The Apollo linker does not recognize the -X switch, so we remove it here. */
70 70
71 #define LD_SWITCH_SYSTEM 71 #define LD_SWITCH_SYSTEM
72 72
73 /* Define C_SWITCH_MACHINE to compile for 68020/68030 or PRISM. 73 /* Define C_SWITCH_MACHINE to compile for 68020/68030 or PRISM.
74 Define LD_SWITCH_MACHINE to save space by stripping symbols 74 Define LD_SWITCH_MACHINE to save space by stripping symbols
75 and use X11 libraries. */ 75 and use X11 libraries. */
76 76
77 #if _ISP__A88K 77 #if _ISP__A88K
78 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,a88k -A sys,any -A run,bsd4.3 78 #define C_SWITCH_MACHINE "-W0,-ncompress -W0,-opt,2 -A cpu,a88k -A sys,any -A run,bsd4.3"
79 #define LD_SWITCH_MACHINE -A cpu,a88k -A sys,any -A run,bsd4.3 79 #define LD_SWITCH_MACHINE "-A cpu,a88k -A sys,any -A run,bsd4.3"
80 #else 80 #else
81 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,3000 -A sys,any -A run,bsd4.3 81 #define C_SWITCH_MACHINE "-W0,-ncompress -W0,-opt,2 -A cpu,3000 -A sys,any -A run,bsd4.3"
82 #define LD_SWITCH_MACHINE -A cpu,m68k -A sys,any -A run,bsd4.3 82 #define LD_SWITCH_MACHINE "-A cpu,m68k -A sys,any -A run,bsd4.3"
83 #endif 83 #endif
84 84
85 #define OLDXMENU_OPTIONS ${C_SWITCH_MACHINE} 85 #define OLDXMENU_OPTIONS "${C_SWITCH_MACHINE}"
86 86
87 #if 0 /* from FSF Emacs */ 87 #if 0 /* from FSF Emacs */
88 88
89 /* In SR10.4, unistd.h has bad prototype for getpgrp, so we don't include it. */ 89 /* In SR10.4, unistd.h has bad prototype for getpgrp, so we don't include it. */
90 #undef HAVE_UNISTD_H 90 #undef HAVE_UNISTD_H