]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Keep inheriting $PATH when using system linker/compiler
authorarichardson <arichardson@FreeBSD.org>
Mon, 5 Nov 2018 22:51:44 +0000 (22:51 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 5 Nov 2018 22:51:44 +0000 (22:51 +0000)
commit320ac7b9b55f6ee7d10a378875ddd736f45a75ba
tree0c43db988e9feb2463c8a78f7c1aef87569fc883
parent98d83a59fb33f4c9742b15e5575442fe2e35dc2b
Keep inheriting $PATH when using system linker/compiler

I missed this case when testing r340157. For now just keep
$PATH when we aren't bootstrapping a compiler so that the build
can find cc/c++/ld without an absolute path.

Reported by: yuripv
Makefile.inc1