From: Rich Felker Date: Tue, 15 Sep 2015 00:20:14 +0000 (+0000) Subject: configure.ac: [SH] Fix target pattern for TLS support test so to enable more arches. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=311adabec523e8ad99930cd2e24716098ed77fc7;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 29029c2b086..f14f5b2b5d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-09-14 Rich Felker + + * configure.ac: Change target pattern for sh TLS support + test from "sh[34]-*-*" to "sh[123456789lbe]*-*-*". + * configure: Regenerate. + 2015-09-14 Jeff Law PR tree-optimization/47679 diff --git a/gcc/configure b/gcc/configure index 846c996342f..6fb11a7c407 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.ac b/gcc/configure.ac index 34c43d54228..a6e078a998a 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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