summaryrefslogtreecommitdiffstats
path: root/development/sdcc/README
diff options
context:
space:
mode:
author Kyle Guinn2019-06-21 05:42:03 +0200
committer Willy Sudiarto Raharjo2019-06-29 03:17:56 +0200
commit9befa1df191843b0ebe88ba7dda65640ece2a232 (patch)
tree6bd0712b45b94c9d17ea91c355f95b6f6cd248fa /development/sdcc/README
parent85b9251725c7ac87b1907fc63bb9ed3b324e93c0 (diff)
downloadslackbuilds-9befa1df191843b0ebe88ba7dda65640ece2a232.tar.gz
development/sdcc: Updated for version 3.9.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'development/sdcc/README')
-rw-r--r--development/sdcc/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/development/sdcc/README b/development/sdcc/README
index 5d908ecb77..9b80f85b51 100644
--- a/development/sdcc/README
+++ b/development/sdcc/README
@@ -1,7 +1,11 @@
-SDCC is a retargettable, optimizing ANSI - C compiler that targets the Intel
-8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based MCUs. Work is in
-progress on supporting the Microchip PIC16 and PIC18 series. SDCC is Free Open
-Source Software, distributed under GNU General Public License (GPL).
+SDCC is a retargettable, optimizing Standard C (ANSI C89, ISO C99, ISO C11)
+compiler suite that targets the Intel MCS51 based microprocessors (8031, 8032,
+8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 variants, Freescale
+(formerly Motorola) HC08 based (hc08, s08), Zilog Z80 based MCUs (z80, z180,
+gbz80, Rabbit 2000/3000, Rabbit 3000A, TLCS-90), Padauk (pdk14, pdk15) and
+STMicroelectronics STM8. Work is in progress on supporting the Padauk (pdk13),
+Microchip PIC16 and PIC18 targets. It can be retargeted for other
+microprocessors.
-By default, this will build sdcc without pic support. If you want that, install
+By default, this will build sdcc without pic support. If you want that, install
gputils and run the script as follows: ENABLE_PIC=y sh ./sdcc.SlackBuild