diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-07-30 20:18:28 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-07-30 20:18:28 +0000 |
commit | 74511fa1772f02647f11a5842107e8ee42d95321 (patch) | |
tree | 4bf757c0e623db0b0fe8f056589755f68a2f54f0 /debian/rules.patch | |
parent | 6b12c0bf533547cf11d933d1a18b230d9679956a (diff) | |
download | gcc-5-74511fa1772f02647f11a5842107e8ee42d95321.tar.gz |
* Update to SVN 20150730 (r226411, 5.2.1) from the gcc-5-branch.
- Fix PR libstdc++/67015. Closes: #793784.
* Ignore differences in gcc/real.o in the bootstrap build for
sh*-*linux-gnu targets. According to PR 67002, "A rare indeterminacy
of the register choice. Both codes are valid. It seems very hard to
find where has this indeterminacy come from". Suggested by Adrian
Glaubitz.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8184 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.patch')
-rw-r--r-- | debian/rules.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules.patch b/debian/rules.patch index 6b5a649..b5420cc 100644 --- a/debian/rules.patch +++ b/debian/rules.patch @@ -89,6 +89,7 @@ debian_patches += \ gccgo-sendfile-fix \ pr66368 \ pr66857 \ + gcc-sh-bootstrap-ignore \ ifeq ($(libstdcxx_abi),new) debian_patches += libstdc++-functexcept |