configure.ac: [SH] Fix target pattern for TLS support test so to enable more arches.

* configure.ac: [SH] Fix target pattern for TLS support test so to
enable more arches.

From-SVN: r227774
This commit is contained in:
Rich Felker 2015-09-15 00:20:14 +00:00 committed by Kaz Kojima
parent 5ff5573112
commit 311adabec5
3 changed files with 8 additions and 2 deletions

View 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

2
gcc/configure vendored
View File

@ -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

View 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