Patch binutils-2.26 for GCC-6.x compatibility#5611
Patch binutils-2.26 for GCC-6.x compatibility#5611boegel merged 3 commits intoeasybuilders:developfrom
Conversation
| @@ -0,0 +1,29 @@ | |||
| Add unused attribute to Dir_caches to avoid error with GCC 6 which treats warnings as errors. See https://sourceware.org/bugzilla/show_bug.cgi?format=multiple&id=19751 | |||
| by Davide Vanzo (Vanderbilt University) | |||
There was a problem hiding this comment.
Not really by you, taken from upstream bug (see included URL), so just mention the URL?
There was a problem hiding this comment.
I added the bug URL in the file. I had to modify the original patch because patching the changelog file failed.
There was a problem hiding this comment.
OK, makes sense, thanks for clarifying.
| sources = [SOURCE_TAR_GZ] | ||
| source_urls = [GNU_SOURCE] | ||
| sources = [SOURCE_TAR_GZ] | ||
| patches = ['binutils-2.26_GCC-6.patch'] |
There was a problem hiding this comment.
please make this 'binutils-%(version)s_GCC-6.patch'
|
@verdurin Can you give this a test on CentOS 6? |
|
Test report by @vanzod |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @verdurin |
|
@verdurin Please test with |
|
Test report by @verdurin |
|
Going in, thanks @vanzod! |
(created using
eb --new-pr)