summaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2010-12-21 11:00:48 +0000
committerThomas Schwinge <tschwinge@gnu.org>2010-12-21 11:00:48 +0000
commit43fbacdedceefe629062965ffb17f3539a17dca0 (patch)
treeabeb70475e9e8482259cefb0c147cbf953bce6c9 /ld/configure.host
parentbc2b29908f99c56de320c765c932776cef1aa7c6 (diff)
downloadbinutils-gdb-43fbacdedceefe629062965ffb17f3539a17dca0.tar.gz
Adjust URLs.
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`'