tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: PCC in build.sh



   - PCC compiles the do-gnu-lib-crtstuff4 target, although this code  
   actually appears to be NetBSD code, not GNU code.

this is not true, and hasn't been for some time.  if you are
compiling that code, you are compiling GCC code:

/*      $NetBSD: crtendS.c,v 1.1 2006/05/10 22:53:49 mrg Exp $  */

/*
 * Written by Jason R. Thorpe, August 24, 2004.
 * Public domain.
 */

#define CRT_END
#define CRTSTUFFS_O
#include "crtstuff.c"


but "crtstuff.c" lives in src/gnu/dist/gcc.


.mrg.


Home | Main Index | Thread Index | Old Index