diff options
author | huderlem <huderlem@gmail.com> | 2020-02-15 09:06:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 09:06:38 -0600 |
commit | 74e171579e0bbefbd72b83f3764fe504464bbdbe (patch) | |
tree | 8db5aacbe963fef56eb2d9965fc87db1a6642387 /gcc_arm/README | |
parent | 27176890c4a688ea7de44d3f55af32827016a9fd (diff) | |
parent | c6bcd24dfe44d58ed1b6bef6653270dbf6cd6bfa (diff) |
Merge pull request #30 from camthesaxman/arm_support
Build ARM compiler
Diffstat (limited to 'gcc_arm/README')
-rwxr-xr-x | gcc_arm/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gcc_arm/README b/gcc_arm/README new file mode 100755 index 0000000..fe0ac0b --- /dev/null +++ b/gcc_arm/README @@ -0,0 +1,26 @@ +This directory contains the egcs version 1.1 release of the GNU C +compiler. It includes all of the support for compiling C++ and +Objective C, including a run-time library for Objective C. + +The GNU C compiler is free software. See the file COPYING for copying +permission. + +See the file gcc.texi (together with other files that it includes) for +installation and porting information. The file INSTALL contains a +copy of the installation information, as plain ASCII. + +Installing this package will create various files in subdirectories of +/usr/local/lib, which are passes used by the compiler and a library +named libgcc.a. It will also create /usr/local/bin/gcc, which is +the user-level command to do a compilation. + +See the Bugs chapter of the GCC Manual for how to report bugs +usefully. An online readable version of the manual is in the files +gcc.info*. + +The files pself.c and pself1.c are not part of GCC. +They are programs that print themselves on standard output. +They were written by Dario Dariol and Giovanni Cozzi, and are +included for your hacking pleasure. Likewise pself2.c +(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit +Fakhreyev). |