diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 23:26:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 23:26:39 +0000 |
commit | 158d385fd14ce35adcdce59741260e9ea4b32931 (patch) | |
tree | 1f53b8e10571d1d09056051dc598337a0f6b4f49 /lang/Makefile | |
parent | - Update to 4.4.2 (diff) |
Add sdcc, Small Device C Compiler, a Freeware, retargettable, optimizing
ANSI-C compiler that targets the Intel 8051, Maxim 80DS390 and the Zilog
Z80 based MCUs.
PR: ports/66262
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Notes
Notes:
svn path=/head/; revision=108778
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 8eb7ad744402..9bcdd3c17175 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -237,6 +237,7 @@ SUBDIR += screamer SUBDIR += scriba SUBDIR += scsh + SUBDIR += sdcc SUBDIR += siod SUBDIR += sisc SUBDIR += slib |