diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-10-19 11:57:21 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-10-19 11:59:57 +0200 |
commit | 3c6af50a5777f78b16b71fbeb28445d4af40ef4a (patch) | |
tree | 19950613cd528cc825b5d923a80c55f5b6fd0154 /gcc.mdwn | |
parent | c66c60403a40b9dd0ea105e63b9a34a4ee56ba84 (diff) | |
download | web-3c6af50a5777f78b16b71fbeb28445d4af40ef4a.tar.gz web-3c6af50a5777f78b16b71fbeb28445d4af40ef4a.tar.bz2 web-3c6af50a5777f78b16b71fbeb28445d4af40ef4a.zip |
Reorganize some toolchain pages.
Diffstat (limited to 'gcc.mdwn')
-rw-r--r-- | gcc.mdwn | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2009, 2010 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -9,6 +9,22 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -The [GNU Compiler Collection](http://gcc.gnu.org/). +[[!meta title="GNU Compiler Collection"]] + + +# http://gcc.gnu.org/ * [[Open Issues|tag/open_issue_gcc]] + + +# Specifics + +Actually mostly *non-*specifics: apart from the target-specific configuration +machinery, there shouldn't be any major differences within GCC between the +GNU/Hurd and GNU/Linux ports, for example. Especially all the compiler magic +is all the same. + + +# Open Issues + +[[!inline pages=tag/open_issue_gcc raw=yes feeds=no]] |