summaryrefslogtreecommitdiffstats
path: root/development/sdcc/README
diff options
context:
space:
mode:
author Kyle Guinn2010-05-11 22:22:45 +0200
committer Robby Workman2010-05-11 22:22:45 +0200
commitf36115f9fe863deb3d62ce48c1ac6ac4dc2e0198 (patch)
tree59982d97c4a22acc4e66207c5c42288c7db9cbc0 /development/sdcc/README
parentb40d93bfda206bec687cdb1c46bde2387f8699ec (diff)
downloadslackbuilds-f36115f9fe863deb3d62ce48c1ac6ac4dc2e0198.tar.gz
development/sdcc: Updated for version 2.8.0
Diffstat (limited to 'development/sdcc/README')
-rw-r--r--development/sdcc/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/sdcc/README b/development/sdcc/README
index e6d1bb7e9d..05fe4ba96a 100644
--- a/development/sdcc/README
+++ b/development/sdcc/README
@@ -1,3 +1,6 @@
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.
+
+This requires gc (well, it's actually optional, but the build script enables
+it by default - if that's not what you want, then remove "--enable-libgc")