summaryrefslogtreecommitdiffstats
path: root/development/sdcc
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-13 01:17:07 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:39 +0700
commit5a3e439f19e36c7350b1391af7e9e13025a3cd52 (patch)
tree88c596b153a4137d19feacbd6256bfe277610350 /development/sdcc
parent375882e7c15819a5199065da16fa37d986b12fd9 (diff)
downloadslackbuilds-5a3e439f19e36c7350b1391af7e9e13025a3cd52.tar.gz
slackbuilds-5a3e439f19e36c7350b1391af7e9e13025a3cd52.tar.xz
development/sdcc: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sdcc')
-rw-r--r--development/sdcc/README22
1 files changed, 12 insertions, 10 deletions
diff --git a/development/sdcc/README b/development/sdcc/README
index 9b80f85b51..17bf5e4510 100644
--- a/development/sdcc/README
+++ b/development/sdcc/README
@@ -1,11 +1,13 @@
-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.
+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
-gputils and run the script as follows: ENABLE_PIC=y sh ./sdcc.SlackBuild
+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