diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2010-12-21 11:00:48 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2010-12-21 11:00:48 +0000 |
commit | 43fbacdedceefe629062965ffb17f3539a17dca0 (patch) | |
tree | abeb70475e9e8482259cefb0c147cbf953bce6c9 /ld/configure.host | |
parent | bc2b29908f99c56de320c765c932776cef1aa7c6 (diff) | |
download | gdb-43fbacdedceefe629062965ffb17f3539a17dca0.zip gdb-43fbacdedceefe629062965ffb17f3539a17dca0.tar.gz gdb-43fbacdedceefe629062965ffb17f3539a17dca0.tar.bz2 |
Adjust URLs.
Diffstat (limited to 'ld/configure.host')
-rw-r--r-- | ld/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.host b/ld/configure.host index 885da7e..f2dffe6 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`' |