Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Require GNU make to build binutils-gdb
@ 2016-11-17 19:11 Simon Marchi
  2016-11-17 20:06 ` Mike Frysinger
  2016-11-18 10:33 ` Nick Clifton
  0 siblings, 2 replies; 10+ messages in thread
From: Simon Marchi @ 2016-11-17 19:11 UTC (permalink / raw)
  To: binutils, gdb-patches

Hi binutils-gdb folks,

In gdb/, we are now making use of GNU make-specific features (in 
particular, pattern rules), so we now require building with GNU make.  
We based our decision on the fact that, for every platform on which we 
are aware people build GDB on, GNU make is easily available. In fact, 
according to the echoes we got, people already use gmake to build gdb 
everywhere.

Pedro determined that GNU make 3.81 was practically universally 
available:

   https://sourceware.org/ml/gdb-patches/2016-11/msg00475.html

Additionally, CentOS 6 (so probably RHEL6 as well) and Ubuntu 14.04 have 
3.81 in their repos.  Just those two probably represent a significant 
user base.  So, unless we have a really good reason to require something 
more recent, I think it makes sense to require GNU make >= 3.81.

For simplicity and consistency, we were wondering if we should adopt the 
same policy for the whole binutils-gdb tree.  While not necessary, it 
opens up the door to using GNU make-specific constructs in other 
Makefiles in the tree, possibly improving readability and 
maintainability.  This change in GDB gives a good idea:

   http://tinyurl.com/hb8ozrz

There was a discussion in 2014 that spun off another thread.  Nobody 
seemed against the idea, but there was no follow-up AFAICT:

   https://sourceware.org/ml/binutils/2014-05/msg00263.html

In the eventuality this proposition is accepted, should we have a check 
in the top-level Makefile that warns the user early if their version of 
make is not supported?

Simon


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-11-19  3:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17 19:11 Require GNU make to build binutils-gdb Simon Marchi
2016-11-17 20:06 ` Mike Frysinger
2016-11-17 20:33   ` Simon Marchi
2016-11-17 20:43     ` Paul Smith
2016-11-17 21:14       ` Simon Marchi
2016-11-17 20:39   ` Andreas Schwab
2016-11-18 10:33 ` Nick Clifton
2016-11-18 13:00   ` Simon Marchi
2016-11-18 17:04     ` Nick Clifton
2016-11-19  3:04       ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox