diff options
Diffstat (limited to 'cross-gnu')
-rwxr-xr-x | cross-gnu | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -22,11 +22,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -# The files are canonically found at -# <http://nic-nac-project.de/~schwinge/tmp/cross-gnu> and -# <http://nic-nac-project.de/~schwinge/tmp/cross-gnu-env>. - -# Usage: see <http://www.bddebian.com/~wiki/hurd/building/cross-compiling/>. +# See <http://www.gnu.org/software/hurd/hurd/building/cross-compiling.html> for +# usage information. # There are several parts marked with `TODO' in this file; feel free to have a @@ -37,8 +34,8 @@ if [ x"${CROSS_GNU_REINSTALL_GLIBC-not_set}" = xnot_set ]; then cat >&2 <<"EOT" && -Please see <http://www.bddebian.com/~wiki/hurd/building/cross-compiling/> about -how to use this shell script. +See <http://www.gnu.org/software/hurd/hurd/building/cross-compiling.html> for +usage information. EOT exit 100 EOF |