diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch b/meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch new file mode 100644 index 0000000000..cb8fd525b2 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch | |||
@@ -0,0 +1,45 @@ | |||
1 | From edc9acb181810f234b6b9f7d2820b0e4f6a1eeaf Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 29 Mar 2013 08:54:48 +0400 | ||
4 | Subject: [PATCH 14/35] sh-pr24836 | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | |||
10 | http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348 | ||
11 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836 | ||
12 | --- | ||
13 | gcc/configure | 2 +- | ||
14 | gcc/configure.ac | 2 +- | ||
15 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
16 | |||
17 | diff --git a/gcc/configure b/gcc/configure | ||
18 | index e12a180..135bbf5 100755 | ||
19 | --- a/gcc/configure | ||
20 | +++ b/gcc/configure | ||
21 | @@ -23378,7 +23378,7 @@ foo: .long 25 | ||
22 | tls_first_minor=14 | ||
23 | tls_as_opt="-m64 -Aesame --fatal-warnings" | ||
24 | ;; | ||
25 | - sh-*-* | sh[34]-*-*) | ||
26 | + sh-*-* | sh[34]*-*-*) | ||
27 | conftest_s=' | ||
28 | .section ".tdata","awT",@progbits | ||
29 | foo: .long 25 | ||
30 | diff --git a/gcc/configure.ac b/gcc/configure.ac | ||
31 | index eba3577..6363a21 100644 | ||
32 | --- a/gcc/configure.ac | ||
33 | +++ b/gcc/configure.ac | ||
34 | @@ -3141,7 +3141,7 @@ foo: .long 25 | ||
35 | tls_first_minor=14 | ||
36 | tls_as_opt="-m64 -Aesame --fatal-warnings" | ||
37 | ;; | ||
38 | - sh-*-* | sh[34]-*-*) | ||
39 | + sh-*-* | sh[34]*-*-*) | ||
40 | conftest_s=' | ||
41 | .section ".tdata","awT",@progbits | ||
42 | foo: .long 25 | ||
43 | -- | ||
44 | 1.7.10.4 | ||
45 | |||