Adjust URLs.
This commit is contained in:
parent
bc2b29908f
commit
43fbacdedc
@ -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`'
|
||||
|
||||
@ -89,7 +89,7 @@ run_ld_link_exec_tests $xfails $array_tests
|
||||
# Be cautious to not XFAIL for *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc.
|
||||
switch -regexp $target_triplet {
|
||||
^\[^-\]*-\[^-\]*-gnu.*$ {
|
||||
# <http://www.gnu.org/software/hurd/open_issues/binutils/testsuite.html#static>
|
||||
# <http://www.gnu.org/software/hurd/open_issues/binutils.html#static>
|
||||
lappend xfails "*-*-*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@ set SOBJDUMP_FLAGS --syms
|
||||
set shared --shared
|
||||
|
||||
|
||||
# <http://www.gnu.org/software/hurd/open_issues/binutils/testsuite.html#weak>
|
||||
# <http://www.gnu.org/software/hurd/open_issues/binutils.html#weak>
|
||||
proc setup_xfail_gnu_hurd {} {
|
||||
global target_triplet
|
||||
# Be cautious to not XFAIL for *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user