diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-27 19:44:40 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-27 20:27:21 -0700 |
commit | 24b0e666b599253ff4884558a095a9d730694133 (patch) | |
tree | 06f5ae0e47689e16d84f982579b0c363e7221620 /packages/binutils/package.desc | |
parent | 4d012dd5663a593c2cca851d60a6bac414ffdb09 (diff) | |
download | crosstool-ng-24b0e666b599253ff4884558a095a9d730694133.tar.gz crosstool-ng-24b0e666b599253ff4884558a095a9d730694133.tar.bz2 crosstool-ng-24b0e666b599253ff4884558a095a9d730694133.zip |
Apply ucontext patch to mainstream GCC releases
Not applicable to 4.8, as GLIBC2.26 requires 4.9 or newer. Record
that dependency.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/binutils/package.desc')
-rw-r--r-- | packages/binutils/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/binutils/package.desc b/packages/binutils/package.desc index 962ed589..50693078 100644 --- a/packages/binutils/package.desc +++ b/packages/binutils/package.desc @@ -1,5 +1,5 @@ repository='git git://sourceware.org/git/binutils-gdb.git' mirrors='$(CT_Mirrors GNU binutils) $(CT_Mirrors sourceware binutils/releases)' origin='GNU' -milestones='2.23' +milestones='2.23 2.25' archive_formats='.tar.xz .tar.bz2 .tar.gz' |