New switches for object code output format

This commit is contained in:
Roland Pesch 1991-03-22 21:38:18 +00:00
parent 9631c6b696
commit 4c2c76be06
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ Switches:
_define__(<_ALL_ARCH__>,<0>)
_define__(<_INTERNALS__>,<0>)
_define__(<_AOUT__>,<1>)
_define__(<_BOUT__>,<0>)
_define__(<_COFF__>,<0>)
_define__(<_ELF__>,<0>)
_define__(<_AMD29K__>,<0>)
_define__(<_I80386__>,<0>)
_define__(<_I960__>,<0>)