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: configure typo in build libiberty


On Fri, Aug 02, 2002 at 12:26:57AM -0400, DJ Delorie wrote:
> 
> > 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.

Already did.

"../configure --host=i386-linux --target=mips-linux" will do it; then
the directory is i386-linux and build is i386-pc-linux-gnu.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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