NetBSD/gnu/usr.bin/binutils
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
..
addr2line Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
ar Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
c++filt Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
common * Add protoize and unprotoize. (Closes PR 6894.) 2001-12-19 23:54:16 +00:00
gas * Add protoize and unprotoize. (Closes PR 6894.) 2001-12-19 23:54:16 +00:00
gprof Commit the results of running toolchain2netbsd on the Alpha. 2001-12-14 07:12:09 +00:00
ld Update for Alpha emulation change. 2001-12-21 02:03:20 +00:00
nm Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
objcopy Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
objdump Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
ranlib Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
readelf Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
size Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
strings Add new toolchain binutils build structure. 2001-08-06 19:11:59 +00:00
strip Add new toolchain binutils build structure. 2001-08-06 19:11:59 +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.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