diff options
-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 |