summaryrefslogtreecommitdiff
path: root/gcc_arm/README-fixinc
diff options
context:
space:
mode:
authorcamthesaxman <camthesaxman@users.noreply.github.com>2020-01-29 18:17:43 -0600
committercamthesaxman <camthesaxman@users.noreply.github.com>2020-01-29 18:17:43 -0600
commitcdc6e2c50f96119bdc4c1205ff5901ca82ec8357 (patch)
tree3e9217eabcf444e166008411f445315606dded59 /gcc_arm/README-fixinc
parent27176890c4a688ea7de44d3f55af32827016a9fd (diff)
add old compiler with ARM support
Diffstat (limited to 'gcc_arm/README-fixinc')
-rwxr-xr-xgcc_arm/README-fixinc9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc_arm/README-fixinc b/gcc_arm/README-fixinc
new file mode 100755
index 0000000..4b303dd
--- /dev/null
+++ b/gcc_arm/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.