1991-03-16 06:14:51 +08:00
|
|
|
_divert__(-1)
|
1991-08-14 03:10:34 +09:00
|
|
|
<$Id$>
|
1991-03-16 06:14:51 +08:00
|
|
|
|
1991-03-16 09:31:23 +08:00
|
|
|
Switches:
|
|
|
|
|
1991-08-14 03:10:34 +09:00
|
|
|
_define__(<_ALL_ARCH__>,<0>) (Meant as most inclusive; file turning
|
|
|
|
it on is expected to also turn on
|
|
|
|
all arch-related switches including
|
|
|
|
"_GENERIC__")
|
|
|
|
_define__(<_GENERIC__>,<1>) (may not be quite all configs;
|
|
|
|
meant for "most vanilla" manual)
|
1991-03-16 06:14:51 +08:00
|
|
|
_define__(<_INTERNALS__>,<0>)
|
|
|
|
|
1991-08-14 03:10:34 +09:00
|
|
|
_define__(<_AOUT__>,<1>) Object formats. Note we turn on one.
|
1991-03-23 05:38:18 +08:00
|
|
|
_define__(<_BOUT__>,<0>)
|
|
|
|
_define__(<_COFF__>,<0>)
|
|
|
|
_define__(<_ELF__>,<0>)
|
|
|
|
|
1991-11-28 05:32:15 +08:00
|
|
|
Properties of the assembler
|
|
|
|
_define__(<_DIFFTABKLUG__>,1) Do we use the difference-table kluge?
|
|
|
|
_define__(<_IEEEFLOAT__>,0) IEEE floating-point?
|
|
|
|
_define__(<_W32__>,0) word is 32 bits
|
|
|
|
_define__(<_W16__>,1) word is 16 bits
|
|
|
|
|
1991-11-27 03:41:08 +08:00
|
|
|
_define__(<_A29K__>,<0>) Specific architectures. Note none
|
1991-11-28 05:32:15 +08:00
|
|
|
_define__(<_H8__>,<0>) starts out on.
|
|
|
|
_define__(<_I80386__>,<0>)
|
1991-03-16 06:14:51 +08:00
|
|
|
_define__(<_I960__>,<0>)
|
|
|
|
_define__(<_M680X0__>,<0>)
|
|
|
|
_define__(<_SPARC__>,<0>)
|
|
|
|
_define__(<_VAX__>,<0>)
|
1991-08-14 03:10:34 +09:00
|
|
|
_define__(<_VXWORKS__>,<0>)
|
1991-03-16 06:14:51 +08:00
|
|
|
|
1991-03-16 09:31:23 +08:00
|
|
|
Text:
|
|
|
|
|
1991-08-14 03:10:34 +09:00
|
|
|
Default names; individual configs may override
|
|
|
|
Assembler:
|
1991-03-16 09:31:23 +08:00
|
|
|
_define__(<_AS__>,<as>)
|
1991-08-14 03:10:34 +09:00
|
|
|
C Compiler:
|
1991-03-23 04:11:31 +08:00
|
|
|
_define__(<_GCC__>,<gcc>)
|
1991-08-14 03:10:34 +09:00
|
|
|
Linker:
|
1991-03-23 04:11:31 +08:00
|
|
|
_define__(<_LD__>,<ld>)
|
1991-08-14 03:10:34 +09:00
|
|
|
Debugger name:
|
|
|
|
_define__(<_GDBN__>,<GDB>)
|
|
|
|
Debugger program:
|
|
|
|
_define__(<_GDBP__>,<gdb>)
|
|
|
|
Debugger init file:
|
|
|
|
_define__(<_GDBINIT__>,<.gdbinit>)
|
1991-03-16 09:31:23 +08:00
|
|
|
|
1991-03-19 06:57:09 +08:00
|
|
|
Text for host; individual configs *should* override, but this may
|
|
|
|
catch some flubs
|
|
|
|
_define__(<_HOST__>,<machine specific>)
|
|
|
|
|
1991-03-16 10:08:23 +08:00
|
|
|
"Machine Dependent" nodename
|
|
|
|
_define__(<_MACH_DEP__>,<Machine Dependent>)
|
|
|
|
|
1991-03-16 06:14:51 +08:00
|
|
|
_divert__<>
|