diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-04-12 00:13:34 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-04-12 00:25:38 +0200 |
commit | 3e7764959382e3d5cf2a8d8cfd3079f95e65cd06 (patch) | |
tree | bb9cd6cd57f2043b79183cfc357a8c45b2a6dac7 | |
parent | 78a786c2a4ad2f839fe5b9f5c2155e46698e234c (diff) |
Update URLs.
* cross-gnu: Update URLs.
* cross-gnu-env: Likewise.
-rwxr-xr-x | cross-gnu | 11 | ||||
-rwxr-xr-x | cross-gnu-env | 5 |
2 files changed, 6 insertions, 10 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 diff --git a/cross-gnu-env b/cross-gnu-env index 7917cfcac..980213b27 100755 --- a/cross-gnu-env +++ b/cross-gnu-env @@ -22,9 +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>. +# See <http://www.gnu.org/software/hurd/hurd/building/cross-compiling.html> for +# usage information. # Functions from Paul Jarc's prjlibs available at |