On 2013-06-04 14:40, Corinna Vinschen wrote:
I was going to create a -5 binutils package configured with
--enable-install-libiberty, but libiberty.a is not installed.
Is there something else I have to do to accomplish that?
Well, it looks they messed this up worse than I had thought. The
variable they used to control this (target_header_dir) is *unset* later
in libiberty/configure.ac:408 (and hence libiberty/configure:5510).
Deleting those lines should DTRT, and I've noted this as well on the PR.
Yaakov