Require GNU make 3.82
authorAlan Hayward <alan.hayward@arm.com>
Thu, 1 Aug 2019 15:51:15 +0000 (16:51 +0100)
committerAlan Hayward <alan.hayward@arm.com>
Thu, 1 Aug 2019 16:07:43 +0000 (17:07 +0100)
commitc6bdbeb7c468489da9468445057d245929c3d91c
tree36cc041d3c807cb2cc9f19e602f567cfc861e01d
parent59bd512b9c54c6fa2bd951cd10a1ca1e6ffb3dcf
Require GNU make 3.82

Gdbserver has failed to build with GNU make 3.81 since commit 08f10e02be.

Update the NEWS file to state that versions earlier than 3.82 are not
supported.

3.82 was released in 2010, 3.81 was released 2006. A quick investigation
of the default GNU make version provided across various distros found the
earliest provided version to be 3.82:
*RHEL 7, Centos 6 - make 3.82
*Fedora 27 - make 4.2.1
*OpenSuse 42.2, SLES11 - make 4.2.1
*Ubuntu 16.04/18.04 - make 4.1
*Debian Jessie - make 4.0

Note that Glibc requires at least 4.0, whereas GCC still allows 3.81.

gdb/ChangeLog:

* NEWS: Require GNU make 3.82.
gdb/ChangeLog
gdb/NEWS