summaryrefslogtreecommitdiff
path: root/devel/bcc/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:57:41 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:57:41 +0000
commitc72c1cf5f95cbe537b005028f1743cddb16ef203 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/bcc/DESCR
parent37637e483f1bf6574e9306aebbd013bb63d888d6 (diff)
downloadpkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/bcc/DESCR')
-rw-r--r--devel/bcc/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/bcc/DESCR b/devel/bcc/DESCR
new file mode 100644
index 00000000000..4f32b841d28
--- /dev/null
+++ b/devel/bcc/DESCR
@@ -0,0 +1,15 @@
+This is Bruce Evans' C compiler and binutils package.
+
+It is able to generate 16-bit code. Hence it's possible to compile BIOS
+and DOS code under unix.
+
+The C compiler understands K&R1 syntax, with a few restrictions
+regarding bitfields. See the file bcc/bcc-cc1/bcc.bugs in the
+${DISTFILE} for Bruce's bug list.
+
+The binutils (assembler and loader) have been renamed to as86 and ld86
+to not conflict with the system's assembler and loader, but they are
+also available in the regular BINDIR (normally /usr/local/bin).
+
+It's also possible to generate MC 6809 code with bcc/as. (This is a
+compile-time option however, and not supported by this package.