summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-09 07:26:56 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-09 07:26:56 +0000
commite0b071f61376981a915a0f62e6e6389222a17434 (patch)
treeb2bce870b5bb92daf35f9a516638d6f6a08afc30 /gcc/configure
parentb6de2eafb4cd39af2539cc42fca95aa84c8ae4de (diff)
downloadgcc-e0b071f61376981a915a0f62e6e6389222a17434.tar.gz
* configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and
powerpc64le. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198734 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index 5161ae40d69..b21b9ff8941 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