diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:11:26 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:07 +0700 |
commit | ef919d34219e0dca7efa72dce0865f04f76b8131 (patch) | |
tree | 753c03dbdae0d36b72417cb0df7881736dc72eb4 /development/gcclegacy494 | |
parent | fb0a933b8ebc1724c6baccc3a21fb52febbf6acc (diff) |
development/gcclegacy494: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gcclegacy494')
-rw-r--r-- | development/gcclegacy494/README | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/development/gcclegacy494/README b/development/gcclegacy494/README index 54df65a6ff8ef..df52926ff94fc 100644 --- a/development/gcclegacy494/README +++ b/development/gcclegacy494/README @@ -1,9 +1,8 @@ -The GNU Compiler Collection includes front ends for C, C++, Objective-C, -Fortran, Ada, and Go, as well as libraries for these languages -(libstdc++,...). GCC was originally written as the compiler for the GNU -operating system. The GNU system was developed to be 100% free software, free -in the sense that it respects the user's freedom. +The GNU Compiler Collection includes front ends for C, C++, +Objective-C, Fortran, Ada, and Go, as well as libraries for these +languages (libstdc++,...). GCC was originally written as the compiler +for the GNU operating system. The GNU system was developed to be 100% +free software, free in the sense that it respects the user's freedom. - -This script only compiles the GNU C, and C++ front ends. This script was -written with the intention to compile a better PaleMoon. +This script only compiles the GNU C, and C++ front ends. This script +was written with the intention to compile a better PaleMoon. |