diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/configure | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d856a52..a347617 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,6 +4,10 @@ 2020-02-11 Simon Marchi <simon.marchi@efficios.com> + * configure: Re-generate. + +2020-02-11 Simon Marchi <simon.marchi@efficios.com> + * acinclude: Update warning.m4 path. * warning.m4: Move to gdbsupport. diff --git a/gdb/configure b/gdb/configure index 2ce910c..4f2d7f8 100755 --- a/gdb/configure +++ b/gdb/configure @@ -16112,7 +16112,8 @@ build_warnings="-Wall -Wpointer-arith \ -Wdeprecated-copy-dtor \ -Wredundant-move \ -Wmissing-declarations \ --Wstrict-null-sentinel" +-Wstrict-null-sentinel \ +" case "${host}" in *-*-mingw32*) |