]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
WITHOUT_CROSS_COMPILER: Fix this to use external compiler logic.
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 25 Mar 2016 22:36:13 +0000 (22:36 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 25 Mar 2016 22:36:13 +0000 (22:36 +0000)
commit49b21be11002903a343d6a9a9022c6bb47e02eae
treeb799bd99fc8f2cb51b505e1498d26bdb1e9da24a
parentdd1a30de836b690831f5f91a9009a967ed8b0f65
WITHOUT_CROSS_COMPILER: Fix this to use external compiler logic.

Without this the default toolchain in /usr/bin/ would not use
WORLDTMP via --sysroot, and would lack --target if cross-building.

PR: 196193
Related: D3970
Sponsored by: EMC / Isilon Storage Division
Makefile.inc1