aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/config/readme.txt')
-rw-r--r--misc/config/readme.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/config/readme.txt b/misc/config/readme.txt
deleted file mode 100644
index 62cdc18b3..000000000
--- a/misc/config/readme.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-
-mkconfig.pl is the main deal; it pulls in little (or not-so-little...) pieces
-of code from the code/ directory and also parses the config files in arch/,
-cc/, and os/ to generate tables for the code to chew on.
-
-There isn't too much documentation. For examples, cc/gcc, os/linux, and
-arch/ia32 are good starts.
-
-This stuff isn't going to be particularly useful, unless you need/want to fix
-an error, or add support for a new CPU, operating system, or compiler. If you
-do, please submit the changes back to the main project so everyone can benefit.
-
-This code, including the config files, is in the public domain, and you may
-do with it as you wish.