summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-04-12 00:13:34 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-04-12 00:25:38 +0200
commit3e7764959382e3d5cf2a8d8cfd3079f95e65cd06 (patch)
treebb9cd6cd57f2043b79183cfc357a8c45b2a6dac7
parent78a786c2a4ad2f839fe5b9f5c2155e46698e234c (diff)
Update URLs.
* cross-gnu: Update URLs. * cross-gnu-env: Likewise.
-rwxr-xr-xcross-gnu11
-rwxr-xr-xcross-gnu-env5
2 files changed, 6 insertions, 10 deletions
diff --git a/cross-gnu b/cross-gnu
index dc9f0e160..4eb7eaaab 100755
--- a/cross-gnu
+++ b/cross-gnu
@@ -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