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: [split] Add x86 runtime support routines


On Fri, 25 Sep 2009, Ian Lance Taylor wrote:

> +/* FIXME: If inhibit_libc is defined, then we can't include these
> +   header files.  But what should we do in that case?  */

Simply disable building the rest of the file.  inhibit_libc for GNU/Linux 
targets is part of a bootstrap procedure, to build a compiler that 
suffices to configure glibc so you can install the C library headers so 
you can build a more fully-featured compiler, and these functions should 
not be needed in libgcc for such an initial compiler.

-- 
Joseph S. Myers
joseph@codesourcery.com


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