xref: /dragonfly/lib/csu/README (revision 8a7bdfea)
1$DragonFly: src/lib/csu/README,v 1.1 2007/01/15 18:01:44 corecode Exp $
2
3How does CSU work in DragonFly?
4===============================
5
6Every GCC carries its own CSU sources which need to be used.  However, we
7also provide a part of the startup files.  Unfortunately, GCC does not
8support a search path for startup dirs, so we have to put all of them into
9the GCC specific library dir, namely /usr/lib/$GCCVER.
10
11This is realized by providing Makefile glue to gnu/lib/gcc*/csu, which
12includes lib/csu/${MACHINE_ARCH}/Makefile.csu.
13