This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] nptl_db: use $(READELF) rather than readelf


On Thu, 22 Nov 2012, Mike Frysinger wrote:

> We setup $(READELF) and use it everywhere, so fix nptl_db too.

Actually, it looks like elf/Makefile has a plain readelf use that should 
be fixed as well.  (Such uses don't tend to show up as actual 
cross-compilation problems in practice because readelf doesn't depend on 
the target architecture and I think people trying to cross-build from 
build systems that don't use binutils natively tend to run into other 
problems first - the people building from non-GNU systems don't tend to 
have the interest or expertise to get in clean fixes for those issues.)

> 2012-11-22  Mike Frysinger  <vapier@gentoo.org>
> 
> 	* Makefile ($(objpfx)db-symbols.out): Change readelf to $(READELF).

OK, please commit.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]