This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] fixincludes to the toplevel: toplevel changes


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


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