diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-03 16:01:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-03 16:01:27 +0000 |
commit | 549785c80f12af73e1b39f3c1d184eba9f2920fe (patch) | |
tree | 977d6209c49de362181e0a4ebbb386a2c0f69a31 /devel/bcc/DESCR | |
parent | fb2a316470427992a4848a516fef58ca339b0576 (diff) | |
download | pkgsrc-549785c80f12af73e1b39f3c1d184eba9f2920fe.tar.gz |
devel/bcc: add license, document that array[char] are harmless
Diffstat (limited to 'devel/bcc/DESCR')
-rw-r--r-- | devel/bcc/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bcc/DESCR b/devel/bcc/DESCR index 3380440259d..54d05cf4cbb 100644 --- a/devel/bcc/DESCR +++ b/devel/bcc/DESCR @@ -5,7 +5,7 @@ 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. +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 |