summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GCCLibraries/README.txt')
-rw-r--r--runtime/GCCLibraries/README.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/GCCLibraries/README.txt b/runtime/GCCLibraries/README.txt
deleted file mode 100644
index 24890d2ef1..0000000000
--- a/runtime/GCCLibraries/README.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-This directory contains libraries which are used when building the GCC
-front-end. For the most part, these are just stub libraries, but some
-of them contain actual code.
-
-In particular, the crtend library contains the runtime code to handle
-static constructors and destructors for C and C++ programs.
-