diff options
| author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-27 17:47:41 +0200 |
|---|---|---|
| committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-27 17:47:41 +0200 |
| commit | 691fd364dc741a8df339a1c3f74d941589ebaa99 (patch) | |
| tree | 17aca55ad50553f58defacb24c377cd8777cf966 /recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch | |
| parent | 413cc98aa563c9e6104d1104d5b24987ab9d12f8 (diff) | |
| parent | eee57a831f63162a5c40c7ed53805f8d78a058bf (diff) | |
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch')
| -rw-r--r-- | recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch b/recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch new file mode 100644 index 0000000000..7992282cff --- /dev/null +++ b/recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch @@ -0,0 +1,25 @@ +http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348 +http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836 + +--- gcc/gcc/configure.ac (revision 106699) ++++ gcc/gcc/configure.ac (working copy) +@@ -2446,7 +2446,7 @@ + tls_first_minor=14 + tls_as_opt="-m64 -Aesame --fatal-warnings" + ;; +- sh-*-* | sh[34]-*-*) ++ sh-*-* | sh[34]*-*-*) + conftest_s=' + .section ".tdata","awT",@progbits + foo: .long 25 +--- gcc/gcc/configure ++++ gcc/gcc/configure +@@ -14846,7 +14846,7 @@ + tls_first_minor=14 + tls_as_opt="-m64 -Aesame --fatal-warnings" + ;; +- sh-*-* | sh[34]-*-*) ++ sh-*-* | sh[34]*-*-*) + conftest_s=' + .section ".tdata","awT",@progbits + foo: .long 25 |
