NetBSD/gnu/usr.bin/gcc
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
..
arch * Add protoize and unprotoize. (Closes PR 6894.) 2001-12-19 23:54:16 +00:00
backend MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
cc1
cc1obj
cc1plus
cpp Add cpp.1 as an MLINK 2001-10-17 05:39:04 +00:00
cpp0 Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). 2001-12-12 12:24:19 +00:00
f771 Don't rebuild "fini" _every_ time make(1) is run; avoids a complete 2001-11-08 00:13:53 +00:00
frontend MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
g++ build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
g77 build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
gcc build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
gcov build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
protoize Set NOMAN correctly. From Andrew Brown. 2001-12-21 08:06:15 +00:00
unprotoize Set NOMAN correctly. From Andrew Brown. 2001-12-21 08:06:15 +00:00
Makefile Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAIN 2001-12-31 23:04:11 +00:00
Makefile.backend MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
Makefile.frontend Fix BINDIR/MKMAN. 2001-07-18 14:02:43 +00:00
Makefile.inc A few things to make r/o source trees work that might have timestamps on the 2001-11-26 18:19:47 +00:00