diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
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 |