summaryrefslogtreecommitdiff
path: root/gcc/README-fixinc
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
committerYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
commitbe8b04496302184c6e8f04d6179f9c3afc50aeb6 (patch)
tree726e2468c0c07add773c0dbd86ab6386844259ae /gcc/README-fixinc
initial commit
Diffstat (limited to 'gcc/README-fixinc')
-rwxr-xr-xgcc/README-fixinc9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/README-fixinc b/gcc/README-fixinc
new file mode 100755
index 0000000..4b303dd
--- /dev/null
+++ b/gcc/README-fixinc
@@ -0,0 +1,9 @@
+This README file is copied into the directory for GCC-only header files
+when fixincludes is run by the makefile for GCC.
+
+Many of the files in this directory were made from the standard system
+header files of this system by the shell script `fixincludes'.
+They are system-specific, and will not work on any other kind of system.
+They are also not part of GCC. The reason for making the files here
+is to fix the places in the header files which use constructs
+that are incompatible with ANSI C.