Commit graph

4 commits

Author SHA1 Message Date
John Ericson 9bd437d4b4 fetchpatch: Add support for an arbitrary extra prefix
We still ensure the old and new ones start, respectfully, with `a/` and
`b/`. Use with `stripLen` to ensure tha the old `a/` and `/b` are gone
if a new prefix is added.
2018-01-18 12:19:49 -05:00
John Ericson 26a5612aeb libstdc++5: Fix after binutils-wrapper
Will need to be editted again to work for cross
2017-12-13 16:08:19 -05:00
aszlig a2045e029a
libstdc++5: Add patch to fix type for ucontext_t
Since glibc 2.26, struct ucontext no longer exists but is wrapped in a
typedef ucontext_t.

This is basically a backport of the patch to gcc version 4.5 which was
introduced by @vcunat in f04b64c1e9.

Building against x86_64-linux and i686-linux now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar
2017-11-08 20:52:20 +01:00
Nikolay Amiantov a38476a32e libstdcxx5: init at 3.3.6 2016-09-17 23:06:46 +03:00