diff options
-rw-r--r-- | ld/testsuite/ld-libs/libs.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-libs/libs.exp b/ld/testsuite/ld-libs/libs.exp index 4586d88..d056523 100644 --- a/ld/testsuite/ld-libs/libs.exp +++ b/ld/testsuite/ld-libs/libs.exp @@ -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 |