From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Mark Mitchell Cc: gcc@gcc.gnu.org Subject: Re: Cross compilation vs. libiberty Date: Thu, 03 Aug 2000 00:38:00 -0000 Message-id: <29862.965288349@upchuck> References: <20000802182521R.mitchell@codesourcery.com> X-SW-Source: 2000-08/msg00064.html In message < 20000802182521R.mitchell@codesourcery.com >you write: > > Folks -- > > I have run into the problem where libiberty, only configured once, > does not build for the target since the target configuration does not > match the host. In particular, I have stdlib.h on the host, but not > on the target, but files in libiberty want to include stdlib.h because > the host configury indicates that is the right thing to do. Sounds like a configury problem of some kind. > Jeff, I remember you were against rerunning configure. Please > remind me why, or point me at a concise email summarizing your > thinking, if it's available. I was against rerunning it for the different stages of building gcc itself because, in theory, there shouldn't be any differences between the result between stages. jeff