Mercurial > hg > xemacs-beta
comparison src/m/isi-ov.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 |
---|---|
63 | 63 |
64 /* Use the version of the library for the 68020 | 64 /* Use the version of the library for the 68020 |
65 because the standard library requires some special hacks in crt0 | 65 because the standard library requires some special hacks in crt0 |
66 which the GNU crt0 does not have. */ | 66 which the GNU crt0 does not have. */ |
67 | 67 |
68 #define LIB_STANDARD -lmc | 68 #define LIB_STANDARD "-lmc" |
69 | 69 |
70 /* macros to make unexec work right */ | 70 /* macros to make unexec work right */ |
71 | 71 |
72 #define A_TEXT_OFFSET(HDR) sizeof(HDR) | 72 #define A_TEXT_OFFSET(HDR) sizeof(HDR) |
73 #define A_TEXT_SEEK(HDR) sizeof(HDR) | 73 #define A_TEXT_SEEK(HDR) sizeof(HDR) |
78 #define HAVE_ALLOCA | 78 #define HAVE_ALLOCA |
79 /* The following line affects crt0.c. */ | 79 /* The following line affects crt0.c. */ |
80 #undef m68k | 80 #undef m68k |
81 | 81 |
82 #undef LIB_STANDARD | 82 #undef LIB_STANDARD |
83 #define LIB_STANDARD -lmc -lc | 83 #define LIB_STANDARD "-lmc -lc" |
84 #define C_DEBUG_SWITCH -20 -O -X23 | 84 #define C_DEBUG_SWITCH "-20 -O -X23" |
85 #endif | 85 #endif |