Add a wlan_ratectl(4) manual page and reference it from drivers that support
[dragonfly/vkernel-mp.git] / lib / csu / README
blob26af1c665daa848acf0fb3313ee66880a70a2315
1 $DragonFly: src/lib/csu/README,v 1.1 2007/01/15 19:01:44 corecode Exp $
3 How does CSU work in DragonFly?
4 ===============================
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.
11 This is realized by providing Makefile glue to gnu/lib/gcc*/csu, which
12 includes lib/csu/${MACHINE_ARCH}/Makefile.csu.