summaryrefslogtreecommitdiff
path: root/man/bcc.1
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-05-09 19:36:29 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:39:48 +0200
commite63c244cb22bf48ca1d2695784a072269d19ea96 (patch)
tree45b9018259f43db629b27395783cf48e55a85eee /man/bcc.1
parent4c36e9a0c125ccfff37aa440dab2cf58c4152fff (diff)
downloaddev86-e63c244cb22bf48ca1d2695784a072269d19ea96.tar.gz
Import Dev86src-0.12.0.tar.gzv0.12.0
Diffstat (limited to 'man/bcc.1')
-rw-r--r--man/bcc.112
1 files changed, 7 insertions, 5 deletions
diff --git a/man/bcc.1 b/man/bcc.1
index 84234e2..9cf4188 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -325,14 +325,11 @@ this path is hardcoded into the C library.
The
.B bcc
-executable itself is in /usr/bin and the
+executable itself,
.B as86
and
.B ld86
-executables can be placed there also, but be aware that some programs
-will require the old operation of the
-.B -r
-argument to ld86 (eg compiling DOSEMU)
+are in /usr/bin.
.SH SEE ALSO
unprotoize(1), as86(1), ld86(1), elksemu(1)
@@ -342,3 +339,8 @@ try it produces a nasty mixture of 8086 and 80386 code that really
upsets the assembler.
The bcc.c compiler driver source is very untidy.
+
+The linker, ld86, produces a broken a.out object file if given one input and
+the
+.B -r
+option this is so it is compatible with pre-dev86 versions.