1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
This is a cheap compiler for the GNU/Hurd, which uses the existing
compiler in the system via symlinks and wrappers.
It was created with make-cross, a little script written by
Gordon Matzigkeit <gord@fig.org>. make-cross is part of the "GNU/Hurd
hacker's kit", and it was downloaded from:
ftp://alpha.gnu.org/gnu/hurd/ghhk/make-cross
Copyright (C) 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/doc/copyright/GPL'.
|