diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 20:36:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 22:21:02 +0100 |
commit | 738aa0ca1d1b86286cf8f57620a50c4b093031b8 (patch) | |
tree | f00709efe3e01469455686b9ae218862c47d195c /gnu/packages/sdcc.scm | |
parent | 1ff14bf2cdc698e1aa3418a3bbea023e80075e50 (diff) | |
download | patches-738aa0ca1d1b86286cf8f57620a50c4b093031b8.tar patches-738aa0ca1d1b86286cf8f57620a50c4b093031b8.tar.gz |
gnu: sdcc: Fix typo in description.
* gnu/packages/sdcc.scm (sdcc)[description]: Fix (upstream) typo. Add
hyphens.
Diffstat (limited to 'gnu/packages/sdcc.scm')
-rw-r--r-- | gnu/packages/sdcc.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/sdcc.scm b/gnu/packages/sdcc.scm index a3746537dc..6d05470101 100644 --- a/gnu/packages/sdcc.scm +++ b/gnu/packages/sdcc.scm @@ -60,10 +60,10 @@ #t))))) (home-page "http://sdcc.sourceforge.net") (synopsis "Small devices C compiler") - (description "SDCC is a retargettable, optimizing Standard C compiler suite -that targets the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, ...), + (description "SDCC is a retargetable, optimizing Standard C compiler suite +that targets the Intel MCS51-based microprocessors (8031, 8032, 8051, 8052, ...), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) -HC08 based (hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit +HC08-based (hc08, s08), Zilog Z80-based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress on supporting the Microchip PIC16 and PIC18 targets. It can be retargeted for other microprocessors.") |