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:
parent
9c1ce10850
commit
846fefbdb2
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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-*-*]
|
||||
|
|
Loading…
Add table
Reference in a new issue