diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-03-26 18:08:54 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-03-26 18:08:54 +0000 |
commit | b7e5135427a367cd295ea5c906fe73e03739bd8c (patch) | |
tree | 415f56ef122a21da430192d1bad2f6077c27f3b7 /devel/bcc/pkg-descr | |
parent | 97a7300b6b87b7ecfcb84343389eb45cc41ccb5b (diff) |
Notes
Diffstat (limited to 'devel/bcc/pkg-descr')
-rw-r--r-- | devel/bcc/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/bcc/pkg-descr b/devel/bcc/pkg-descr new file mode 100644 index 000000000000..02a08e1c77fc --- /dev/null +++ b/devel/bcc/pkg-descr @@ -0,0 +1,17 @@ +This is Bruce Evans' C compiler and binutils package. + + +Either the compiler as the assembler are able to generate 16-bit code. +Hence it's possible to compile BIOS and DOS code under unix. + +The C compiler does understand K&R1 syntax, with a few restrictions +regarding bitfields. See the file work/bcc/bcc-cc1/bcc.bugs 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 the binary package +as it comes with FreeBSD.) |