This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: configure typo in build libiberty
- From: DJ Delorie <dj at redhat dot com>
- To: drow at mvista dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 2 Aug 2002 00:26:57 -0400
- Subject: Re: PATCH: configure typo in build libiberty
- References: <20020802021820.GA12280@nevyn.them.org>
> I think this is pretty obvious, but I'm not familiar with the build
> libiberty setup; we configured libiberty in $build_alias but looked for it
> in $build. OK?
>
> - FORBUILD=../$build
> + FORBUILD=../$build_alias
This looks right to me but I'd like someone to prove it's broken (via
a suitable configure invokation) first.