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]

Re: [PATCH] - Fix bogus dependency in Makefile.in


>>>>> Zack Weinberg <zack@wolery.cumb.org> writes:

 > That didn't stop Fortran, Chill, or Objective C from using their
 > standard library to implement the core primitives.  Or C, come to
 > think of it.

It's true that libgcc uses a few routines from the C standard library, but
that's why we have inhibit_libc.  The distinction between hosted and
freestanding implementations of C and C++ is still a useful dividing line.

Jason

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