Go to file
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
bin Oops, pasto. 2001-12-20 20:17:29 +00:00
crypto Fix warnings generated by gcc 3.1. 2001-12-31 20:09:53 +00:00
dist Pull over fixes from rev. 1.5-1.7 of basesrc/usr.sbin/ntp/ntpd/ntpd.8. 2001-12-26 15:14:59 +00:00
distrib .include <bsd.prog.mk> to use DESTDIR/usr/include. 2001-12-30 04:08:28 +00:00
etc Standardize ch* and uk* descriptions. 2001-12-19 18:29:56 +00:00
games Sync getopt() / man page with actual getopt options. 2001-12-20 20:10:33 +00:00
gnu Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAIN 2001-12-31 23:04:11 +00:00
include Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.) 2001-12-23 14:38:03 +00:00
lib fix __startwin() so it outputs the init strings to the correct device. 2001-12-31 14:23:11 +00:00
libexec - Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden. 2001-12-28 05:44:22 +00:00
regress Need <string.h> for memcpy() prototype (noticed by gcc 3.1). 2001-12-31 20:19:14 +00:00
sbin don't bother printing a warning about the cylinder group size being 2001-12-31 07:07:58 +00:00
share Convenience variables (workXX) don't work, so don't document them. 2001-12-31 00:35:21 +00:00
sys introduce a new UVM fault type, VM_FAULT_WIREMAX. this is different 2001-12-31 22:34:39 +00:00
tools We can't currently build a toolchain for x86-64 here, so don't 2001-12-31 22:35:41 +00:00
usr.bin Remove -I${DESTDIR}/usr/include and -I${DESTDIR}/usr/include/openssl 2001-12-31 19:26:59 +00:00
usr.sbin Remove -I${DESTDIR}/usr/include and -I${DESTDIR}/usr/include/openssl 2001-12-31 20:04:47 +00:00
build.sh Apply workaround for some Bourne shells not handling IFS in the POSIX way. 2001-12-19 20:59:07 +00:00
BUILDING Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
BUILDING.mdoc Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
Makefile Add a wrapper for the "distribution" target, similar to the wrapper 2001-11-25 18:31:12 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Add note about how to work around reloc problems in groff now that the toolchain 2001-12-07 09:56:44 +00:00