Tell the linker testsuite that lm32-rtems toolchains do not support the generation of shared libraries.

* testsuite/lib/ld-lib.exp (check_shared_lib_support): Return
	false for lm32-rtems targets.
This commit is contained in:
Nick Clifton 2017-12-06 10:04:51 +00:00
parent 9c1ce10850
commit 846fefbdb2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-12-06 Nick Clifton <nickc@redhat.com>
* testsuite/lib/ld-lib.exp (check_shared_lib_support): Return
false for lm32-rtems targets.
2017-12-06 Alan Modra <amodra@gmail.com>
* testsuite/lib/ld-lib.exp (check_shared_lib_support): Return true

View File

@ -1805,6 +1805,7 @@ proc check_shared_lib_support { } {
&& ![istarget ip2k-*-*]
&& ![istarget iq2000-*-*]
&& ![istarget lm32-*-elf]
&& ![istarget lm32-*-rtems*]
&& ![istarget m32c-*-*]
&& ![istarget m32r-*-elf]
&& ![istarget m6811-*-*]