diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8/0014-sh-pr24836.patch | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8/0014-sh-pr24836.patch')
-rw-r--r-- | meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8/0014-sh-pr24836.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8/0014-sh-pr24836.patch b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8/0014-sh-pr24836.patch new file mode 100644 index 0000000..d74f493 --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8/0014-sh-pr24836.patch | |||
@@ -0,0 +1,29 @@ | |||
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 | Index: gcc-linaro-4.8-2013.10/gcc/configure | ||
18 | =================================================================== | ||
19 | --- gcc-linaro-4.8-2013.10.orig/gcc/configure 2013-11-05 23:39:39.000000000 -0800 | ||
20 | +++ gcc-linaro-4.8-2013.10/gcc/configure 2013-11-06 15:22:43.000000000 -0800 | ||
21 | @@ -23394,7 +23394,7 @@ | ||
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 | ||