NetBSD/gnu/lib
thorpej 89b1a9ca73 Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAIN
case:

	MKBFD	If set to "no", disables building of libbfd, libiberty,
		and all things that depend on them (binutils/gas/ld, gdb,
		dbsym, mdsetimage).

	MKGDB	If set to "no", disables bulding of gdb.

	MKGCC	If set to "no", disables building of gcc and the
		gcc-related libraries (libg2c, libgcc, libobjc, libstdc++).

These are useful for building platforms for which either of the following
situations are true:

	(1) You have no userland from which to run toolchain2netbsd
	    in order to build the appropriate toolchain build framework.

	(2) The platform which you are building requires a newer set
	    of tools than are currently in the tree (e.g. x86-64, ia64).
2001-12-31 23:04:11 +00:00
..
libbfd Fixup VERSION. 2001-12-20 18:26:30 +00:00
libg2c More toolchain2netbsd output for the Alpha, after coaxing 2001-12-14 22:29:12 +00:00
libgcc Kludge to make old toolchain builds work again after the NOxxx changes. 2001-12-14 16:55:14 +00:00
libiberty Commit the results of running toolchain2netbsd on the Alpha. 2001-12-14 07:12:09 +00:00
libmalloc MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
libobjc More toolchain2netbsd output for the Alpha, after coaxing 2001-12-14 22:29:12 +00:00
libstdc++ this is really libstdc++ 2.8.0 2001-12-30 17:21:19 +00:00
Makefile Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAIN 2001-12-31 23:04:11 +00:00