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