LD/testsuite: Fix `ft32-*-*' position in `check_shared_lib_support'

ld/
	* testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
	`ft32-*-*' behind `frv-*-*'.
This commit is contained in:
Maciej W. Rozycki 2016-05-19 11:19:04 +01:00
parent 6b200de0f7
commit c4107a7def
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-05-19 Maciej W. Rozycki <macro@imgtec.com>
* testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
`ft32-*-*' behind `frv-*-*'.
2016-05-19 Maciej W. Rozycki <macro@imgtec.com>
* configure.tgt: Remove `am34-*-linux*' support.

View File

@ -1719,8 +1719,8 @@ proc check_shared_lib_support { } {
&& ![istarget dlx-*-*]
&& ![istarget epiphany-*-*]
&& ![istarget fr30-*-*]
&& ![istarget ft32-*-*]
&& ![istarget frv-*-*]
&& ![istarget ft32-*-*]
&& ![istarget h8300-*-*]
&& ![istarget i860-*-*]
&& ![istarget i960-*-*]