diff simple-cross-compiler.sh @ 1752:24099772faf8 draft

Fix old URL that went away in 2009. (Oops.) Spotted by Patrick Lauer.
author Rob Landley <rob@landley.net>
date Thu, 09 Apr 2015 02:25:42 -0500
parents 3675adfb4e36
children b6e4e49cec5e
line wrap: on
line diff
--- a/simple-cross-compiler.sh	Fri Mar 27 20:11:28 2015 -0500
+++ b/simple-cross-compiler.sh	Thu Apr 09 02:25:42 2015 -0500
@@ -43,7 +43,7 @@
 fi
 
 cat > "${STAGE_DIR}"/README << EOF &&
-Cross compiler for $ARCH from http://aboriginal.impactlinux.com
+Cross compiler for $ARCH from http://landley.net/aboriginal
 
 To use: Add the "bin" subdirectory to your \$PATH, and use "$ARCH-cc" as
 your compiler.