summaryrefslogtreecommitdiffstats
path: root/development/sdcc/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/sdcc/README')
-rw-r--r--development/sdcc/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/development/sdcc/README b/development/sdcc/README
deleted file mode 100644
index 05fe4ba96a..0000000000
--- a/development/sdcc/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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")