summaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2010-12-21 11:00:47 +0000
committerThomas Schwinge <tschwinge@gnu.org>2010-12-21 11:00:47 +0000
commit05db363b099b1bc56870b9195ee2ba8798247cd2 (patch)
tree3480b7e5ea7fc9773ca926f1c7c0ce302ca08b59 /ld/configure.host
parent64995ef9bafb6ff67fe9f2c8c6b8a8f557fbd139 (diff)
downloadbinutils-redhat-05db363b099b1bc56870b9195ee2ba8798247cd2.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 885da7e593..f2dffe67bc 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`'