diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-22 13:32:21 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-22 13:32:21 +0100 |
commit | 7cd56406d845a0bfedbcaa6dcfc6b553e3ae6bbe (patch) | |
tree | cfb2171a38d3d9952dbb75b6520b6fc1aacaa4d1 /hurd | |
parent | c6fa728427308bcd7d0293ddd9769ff92124ad6d (diff) |
hurd/gcc: New stub page.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/gcc.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hurd/gcc.mdwn b/hurd/gcc.mdwn new file mode 100644 index 00000000..48d1b7fc --- /dev/null +++ b/hurd/gcc.mdwn @@ -0,0 +1,13 @@ +[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +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]]."]] + +[[General_information|/gcc]] about the GCC. + +Apart from the target-specific configuration machinery, there shouldn't be any +major differences within GCC between, for example, the GNU/Hurd and GNU/Linux +ports. Especially all the compiler magic is all the same. |