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]

Cross compilation vs. libiberty



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.

  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.

  To me, this seems like the right thing to do.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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