configure.ac: [SH] Fix target pattern for TLS support test so to enable more arches.
authorRich Felker <dalias@libc.org>
Tue, 15 Sep 2015 00:20:14 +0000 (00:20 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Tue, 15 Sep 2015 00:20:14 +0000 (00:20 +0000)
* configure.ac: [SH] Fix target pattern for TLS support test so to
enable more arches.

From-SVN: r227774

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 29029c2b0866dd1ee0d597c461d8af04da50178f..f14f5b2b5d101786b56850afe2725eb990a8bd8c 100644 (file)
@@ -1,3 +1,9 @@
+2015-09-14  Rich Felker  <dalias@libc.org>
+
+       * configure.ac: Change target pattern for sh TLS support
+       test from "sh[34]-*-*" to "sh[123456789lbe]*-*-*".
+       * configure: Regenerate.
+
 2015-09-14  Jeff Law  <law@redhat.com>
 
         PR tree-optimization/47679
index 846c996342fbda31e7bc74335a290f48ae28b23e..6fb11a7c4076a8874d992c778c04cd6a85ddf48d 100755 (executable)
@@ -23977,7 +23977,7 @@ foo:    .long   25
        tls_first_minor=14
        tls_as_opt="-m64 -Aesame --fatal-warnings"
        ;;
-  sh-*-* | sh[34]-*-*)
+  sh-*-* | sh[123456789lbe]*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
 foo:   .long   25
index 34c43d542284e8d5abf6f34342dd22de646669b2..a6e078a998a485c25f58ae8166e27d59a7212f63 100644 (file)
@@ -3325,7 +3325,7 @@ foo:      .long   25
        tls_first_minor=14
        tls_as_opt="-m64 -Aesame --fatal-warnings"
        ;;
-  sh-*-* | sh[34]-*-*)
+  sh-*-* | sh[123456789lbe]*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
 foo:   .long   25