This is the mail archive of the gcc@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]

Re: Cross compilation vs. libiberty



  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


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