diff --git a/gcc/README-content.md b/gcc/README-content.md index 8b137891..280fc01c 100644 --- a/gcc/README-content.md +++ b/gcc/README-content.md @@ -1 +1,6 @@ +# What is gcc? +The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. The Free Software Foundation (FSF) distributes GCC under the GNU General Public License (GNU GPL). GCC has played an important role in the growth of free software, as both a tool and an example. +> [wikipedia.org/wiki/GNU_Compiler_Collection](https://en.wikipedia.org/wiki/GNU_Compiler_Collection) + +# How to use this image diff --git a/gcc/README-short.txt b/gcc/README-short.txt index 8b137891..6cd07840 100644 --- a/gcc/README-short.txt +++ b/gcc/README-short.txt @@ -1 +1 @@ - +The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. diff --git a/gcc/README.md b/gcc/README.md index 813c1fc5..7e76d7ab 100644 --- a/gcc/README.md +++ b/gcc/README.md @@ -1,4 +1,9 @@ +# What is gcc? +The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. The Free Software Foundation (FSF) distributes GCC under the GNU General Public License (GNU GPL). GCC has played an important role in the growth of free software, as both a tool and an example. +> [wikipedia.org/wiki/GNU_Compiler_Collection](https://en.wikipedia.org/wiki/GNU_Compiler_Collection) + +# How to use this image # Issues and Contributing