aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRich Felker <dalias@libc.org>2015-09-15 00:20:14 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2015-09-15 00:20:14 +0000
commit311adabec523e8ad99930cd2e24716098ed77fc7 (patch)
treeddcee36cf395e4987fc644469cbd5d2c5e1c0315 /gcc
parent5ff55731129a85be93205bbeb80ed7d4607f54bb (diff)
downloadgcc-311adabec523e8ad99930cd2e24716098ed77fc7.zip
gcc-311adabec523e8ad99930cd2e24716098ed77fc7.tar.gz
gcc-311adabec523e8ad99930cd2e24716098ed77fc7.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 29029c2..f14f5b2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/configure b/gcc/configure
index 846c996..6fb11a7 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 34c43d5..a6e078a 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