From af164f42c91e976802628de8195d84299a251ba9 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 20 Jun 2010 10:42:12 +0200 Subject: Add support for creating V7 executables Only really usable for executables; relocatables can still happily use the new (Linux, ELKS, 386BSD) format. Probably only impure executables will be correctly generated; moreover without a symbol table. --- man/ld86.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man') diff --git a/man/ld86.1 b/man/ld86.1 index 7a87473..7665e65 100644 --- a/man/ld86.1 +++ b/man/ld86.1 @@ -38,6 +38,9 @@ produce header with 16-bit magic produce header with 32-bit magic .\"and use library subdir i386 for -lx .TP +.B -7 +produce Seventh Edition UNIX a.out header. +.TP .B -d delete the header from the output file, used for MSDOS COM files. As a side effect this also includes -s as there's nowhere to put a symbol table. -- cgit v1.2.1