]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r234782:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 May 2012 13:57:53 +0000 (13:57 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 May 2012 13:57:53 +0000 (13:57 +0000)
commit8af5c3451d99d1038fb60a69053e3b01cd600624
tree5de9e3d3beecd870fc0728955320eda3bc7a6ad6
parentfae14b5e9a8671190f771452ed8a73d0c9a6bf64
MFC r234782:
Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the
toolchain binaries as dynamically linked.  Option is disabled by
default.

MFC r235152 (by imp):
Make is part of the bootstrap path, so we need to guard against this
not being defined.  Otherwise we don't make a new make when the old
make is incompatible.

git-svn-id: svn://svn.freebsd.org/base/stable/9@235398 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
gnu/usr.bin/binutils/ar/Makefile
gnu/usr.bin/binutils/as/Makefile
gnu/usr.bin/binutils/ld/Makefile
gnu/usr.bin/binutils/ranlib/Makefile
gnu/usr.bin/cc/cc/Makefile
gnu/usr.bin/cc/cc1/Makefile
gnu/usr.bin/cc/cc1plus/Makefile
share/mk/bsd.own.mk
tools/build/options/WITH_SHARED_TOOLCHAIN [new file with mode: 0644]
usr.bin/ar/Makefile
usr.bin/make/Makefile