Skip to content

Commit

Permalink
ld-libs test on alpha-vms
Browse files Browse the repository at this point in the history
	* testsuite/ld-libs/libs.exp: Don't run for alpha-vms.
  • Loading branch information
amodra committed Feb 21, 2023
1 parent 294540a commit 4a5752f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ld/testsuite/ld-libs/libs.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a5752f

Please sign in to comment.