From: Alan Modra Date: Thu, 9 May 2013 07:26:56 +0000 (+0930) Subject: configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and powerpc64le. X-Git-Tag: releases/gcc-4.9.0~5977 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=227eb3436021c366d97c34f0bd6ad8de7a854b63;p=thirdparty%2Fgcc.git configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and powerpc64le. * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and powerpc64le. * configure: Regenerate. From-SVN: r198734 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b6295171197b..1bd866d8a649 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-05-09 Alan Modra + + * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and + powerpc64le. + * configure: Regenerate. + 2013-05-08 Uros Bizjak * config/i386/mmx.md (*vec_extract* splitters): Simplify post-reload diff --git a/gcc/configure b/gcc/configure index 5161ae40d69c..b21b9ff89417 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.ac b/gcc/configure.ac index b042f00013e9..7f900aacc122 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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