diff options
author | Alexey Neyman <stilor@att.net> | 2018-05-06 15:20:50 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-05-06 15:20:50 -0700 |
commit | 3f16a8e2697237df61f0eba3c23148126c925e17 (patch) | |
tree | bc474d038d38b8404a3ea7eaac92100b863a5819 /packages/gdb | |
parent | ca3701bd3decc3b5280dd4bc3463e11d14466b4a (diff) | |
download | crosstool-ng-3f16a8e2697237df61f0eba3c23148126c925e17.tar.gz crosstool-ng-3f16a8e2697237df61f0eba3c23148126c925e17.tar.bz2 crosstool-ng-3f16a8e2697237df61f0eba3c23148126c925e17.zip |
Restore a missing GDB option
(whether GDB has --disable-build-with-cxx) and use it.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gdb')
-rw-r--r-- | packages/gdb/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gdb/package.desc b/packages/gdb/package.desc index 0ca1dc6c..b432cf90 100644 --- a/packages/gdb/package.desc +++ b/packages/gdb/package.desc @@ -1,5 +1,5 @@ origin='GNU' repository='git git://sourceware.org/git/binutils-gdb.git' mirrors='$(CT_Mirrors GNU gdb) $(CT_Mirrors sourceware gdb/releases)' -milestones='7.0 7.2 8.0' +milestones='7.0 7.2 7.12 8.0' archive_formats='.tar.xz .tar.gz' |