ld sysroot-prefix test fails

* testsuite/ld-scripts/sysroot-prefix.exp: Exclude some targets.
This commit is contained in:
Alan Modra 2021-01-05 22:54:25 +10:30
parent c8bad65eee
commit b281a04ff0
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2021-01-05 Alan Modra <amodra@gmail.com>
* testsuite/ld-scripts/sysroot-prefix.exp: Exclude some targets.
2021-01-05 Alan Modra <amodra@gmail.com> 2021-01-05 Alan Modra <amodra@gmail.com>
PR ld/26256 PR ld/26256

View File

@ -17,6 +17,15 @@
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
# MA 02110-1301, USA. # MA 02110-1301, USA.
# Don't run on alpha-vms which requires linking with other libraries,
# or on targets that complain about relocations in read-only sections.
if { [istarget *-*-vms]
|| [istarget bfin-*-*]
|| [istarget frv-*-*]
|| [istarget lm32-*-*] } then {
return
}
# Check that scripts using the "=" sysroot-prefix work, for both # Check that scripts using the "=" sysroot-prefix work, for both
# toolchains with and without --sysroot support. # toolchains with and without --sysroot support.