summaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'ld/configure.host')
-rw-r--r--ld/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.host b/ld/configure.host
index 885da7e593c..f2dffe67bc5 100644
--- a/ld/configure.host
+++ b/ld/configure.host
@@ -39,7 +39,7 @@ case "${host}" in
*-*-gnu*)
# When creating static executables, we ought to use crt0.o instead of crt1.o,
- # <http://www.gnu.org/software/hurd/open_issues/binutils/testsuite.html#static>,
+ # <http://www.gnu.org/software/hurd/open_issues/binutils.html#static>,
# but the testing infrastructure is not prepared for that. This is not
# relevant for most tests, and the few remaining ones have been XFAILed.
HOSTING_CRT0='-dynamic-linker `${CC} --help --verbose 2>&1 | egrep "ld[^ ]*\.so" | sed -e "s,.*-dynamic-linker[ ][ ]*\(.*/ld[^ ]*\.so[^ ]*\).*,\1,"` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} --print-file-name=crtbegin.o; fi`'