diff options
author | Kyle Guinn <elyk03@gmail.com> | 2019-06-20 22:42:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 08:17:56 +0700 |
commit | 9befa1df191843b0ebe88ba7dda65640ece2a232 (patch) | |
tree | 6bd0712b45b94c9d17ea91c355f95b6f6cd248fa /development/sdcc/slack-desc | |
parent | 85b9251725c7ac87b1907fc63bb9ed3b324e93c0 (diff) | |
download | slackbuilds-9befa1df191843b0ebe88ba7dda65640ece2a232.tar.gz |
development/sdcc: Updated for version 3.9.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'development/sdcc/slack-desc')
-rw-r--r-- | development/sdcc/slack-desc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/development/sdcc/slack-desc b/development/sdcc/slack-desc index ea0924e273..fabcddda7f 100644 --- a/development/sdcc/slack-desc +++ b/development/sdcc/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| sdcc: sdcc (Small Device C Compiler) sdcc: -sdcc: SDCC is a retargettable, optimizing ANSI - C compiler that targets the -sdcc: Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based -sdcc: MCUs. SDCC is Free Open Source Software, distributed under GPL. -sdcc: -sdcc: Homepage:http://sdcc.sourceforge.net/ -sdcc: -sdcc: -sdcc: +sdcc: SDCC is a retargettable, optimizing Standard C (ANSI C89, ISO C99, ISO +sdcc: C11) compiler suite that targets the Intel MCS51 based microprocessors +sdcc: (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 +sdcc: variants, Freescale (formerly Motorola) HC08 based (hc08, s08), Zilog +sdcc: Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit 3000A, +sdcc: TLCS-90), Padauk (pdk14, pdk15) and STMicroelectronics STM8. Work is +sdcc: in progress on supporting the Padauk (pdk13), Microchip PIC16 and +sdcc: PIC18 targets. It can be retargeted for other microprocessors. sdcc: |