LD/testsuite: Fix `ft32-*-*' position in `check_shared_lib_support'
authorMaciej W. Rozycki <macro@imgtec.com>
Thu, 19 May 2016 10:19:04 +0000 (11:19 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Thu, 19 May 2016 10:19:04 +0000 (11:19 +0100)
ld/
* testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
`ft32-*-*' behind `frv-*-*'.

ld/ChangeLog
ld/testsuite/lib/ld-lib.exp

index 22f833b2b629b131a6fc464199334d91ad4fd9c4..8b92bc0ec6c5c0e3b106bf234406239de89d87ed 100644 (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.
index 07ed74735119e698f6b66944b2ee409808c2af8b..f0a3fcc8efb0cdcb884e6bca352be458b9d5f57c 100644 (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-*-*]
This page took 0.048672 seconds and 4 git commands to generate.