- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -
CVS: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox software | |||
| description = The '''GNU Compiler Collection''' (usually shortened to GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. As well as being the official compiler of the GNU operating system, GCC has been adopted as the standard compiler by most other modern Unix-like computer operating systems, including GNU/Linux, the BSD family and Mac OS X. | |||
| developer = GNU Project | |||
| available on = [[NEC Nehalem Cluster]] | |||
| category = [[:Category:Compiler | Compiler]] | |||
| license = GNU General Public License (version 3 or later) | |||
| website = [http://gcc.gnu.org/ GCC homepage] | |||
}} | |||
== See also == | == See also == | ||
* [[Software Development Tools, Compilers & Libraries]] | * [[Software Development Tools, Compilers & Libraries]] | ||
== External links == | |||
* [http://gcc.gnu.org/ GCC homepage] | |||
[[Category:Version Control]] |
Revision as of 11:27, 25 February 2010
The GNU Compiler Collection (usually shortened to GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. As well as being the official compiler of the GNU operating system, GCC has been adopted as the standard compiler by most other modern Unix-like computer operating systems, including GNU/Linux, the BSD family and Mac OS X. |
|