CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/10/30 14:57:06
Modified files:
gnu/usr.bin : Makefile
gnu/usr.bin/binutils: Makefile.bsd-wrapper
Log message:
Always install addr2line(1), objcopy(1), and readelf(1), even on
architectures with !ELF_TOOLCHAIN && !USING_NEW_BINUTILS (like vax, m68k).
There is no need to reach around from usr.bin/Makefile into binutils;
we always descend into either binutils or binutils-2.17.
All is fine so far with binutils-2.17 since ia64 has USING_NEW_BINUTILS.
tested on vax and ok deraadt@