Joe Ferguson 11 лет назад
Родитель
Сommit
497f55310b
3 измененных файлов с 11 добавлено и 1 удалено
  1. 5 0
      gcc/README-content.md
  2. 1 1
      gcc/README-short.txt
  3. 5 0
      gcc/README.md

+ 5 - 0
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

+ 1 - 1
gcc/README-short.txt

@@ -1 +1 @@
-
+The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages.

+ 5 - 0
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