]> gcc.gnu.org Git - gcc.git/commitdiff
configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and powerpc64le.
authorAlan Modra <amodra@gmail.com>
Thu, 9 May 2013 07:26:56 +0000 (16:56 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Thu, 9 May 2013 07:26:56 +0000 (16:56 +0930)
* configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and
powerpc64le.
* configure: Regenerate.

From-SVN: r198734

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index b6295171197bead66c4dc83da9f6d650cd4806ef..1bd866d8a649f5b5d09123fcdd9647043e4fbb9c 100644 (file)
@@ -1,3 +1,9 @@
+2013-05-09  Alan Modra  <amodra@gmail.com>
+
+       * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and
+       powerpc64le.
+       * configure: Regenerate.
+
 2013-05-08  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/mmx.md (*vec_extract* splitters): Simplify post-reload
index 5161ae40d69c09388fc6ec35e013df638d153854..b21b9ff8941787d546b8f264458775a79c2e173e 100755 (executable)
@@ -23286,7 +23286,7 @@ a:
        tls_first_major=0
        tls_first_minor=0
        ;;
-  powerpc-*-*)
+  powerpc*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
        .align 2
@@ -23312,7 +23312,7 @@ x3:     .space 4
        tls_first_minor=14
        tls_as_opt="-a32 --fatal-warnings"
        ;;
-  powerpc64-*-*)
+  powerpc64*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
        .align 3
index b042f00013e9b3baa4a36a3e801d4ec474b91f48..7f900aacc12289e25ed74dae04e0404f0aa6aa6f 100644 (file)
@@ -3045,7 +3045,7 @@ a:
        tls_first_major=0
        tls_first_minor=0
        ;;
-  powerpc-*-*)
+  powerpc*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
        .align 2
@@ -3071,7 +3071,7 @@ x3:       .space 4
        tls_first_minor=14
        tls_as_opt="-a32 --fatal-warnings"
        ;;
-  powerpc64-*-*)
+  powerpc64*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
        .align 3
This page took 0.109166 seconds and 5 git commands to generate.