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