mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
ld-libs test on alpha-vms
* testsuite/ld-libs/libs.exp: Don't run for alpha-vms.
This commit is contained in:
parent
294540ac96
commit
4a5752f31d
@ -26,6 +26,11 @@ if { [istarget sh*-*-pe]
|
||||
return
|
||||
}
|
||||
|
||||
if { [istarget alpha*-*-*vms*] } {
|
||||
# relocatable link is not supported
|
||||
return
|
||||
}
|
||||
|
||||
file mkdir tmpdir/libtmp
|
||||
|
||||
# Check that -l: works. The first "test" just creates an object file
|
||||
|
Loading…
Reference in New Issue
Block a user