Joseph Myers <jos...@codesourcery.com> writes: > On Mon, 11 May 2015, Bernhard Reutner-Fischer wrote: > >> +TARGETLIB_PIC = $(dir $(TARGETLIB))pic/$(notdir $(TARGETLIB)) >> +TARGETLIB_NOASAN = $(dir $(TARGETLIB))noasan/$(notdir $(TARGETLIB)) > > Is it OK to use GNU make features in libiberty now? That is, do binutils > and GDB now require GNU make?
They do not. Probably best to keep libiberty working with traditional make, or get explicit agreement from the binutils and gdb maintainers. Ian