[PATCH] fixincludes to the toplevel: toplevel changes

Paolo Bonzini bonzini@gnu.org
Wed Sep 1 15:28:00 GMT 2004


Nope, the problem is a thinko in libiberty's configure (dating to 
revision 1.48, 26-Mar-02, by hjl).

It says we do not enable multilibs for the build configure, but then does

if test -n "$with_build_subdir" || test -n "$with_targt_subdir"; then
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      # FIXME: We shouldn't need to set ac_file
      ac_file=Makefile
      . ${libiberty_topdir}/config-ml.in
fi


Removing the first `test' will do.

Paolo



More information about the Gcc-patches mailing list