]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Libcompat: Set build tools in environment rather than make overrides.
authorbdrewery <bdrewery@FreeBSD.org>
Sun, 29 May 2016 01:45:15 +0000 (01:45 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Sun, 29 May 2016 01:45:15 +0000 (01:45 +0000)
commitdd479c1b4796891be08bc62562159e443ce66077
treeda37f24208d9e0f2e51b3dfbee99c311e656dcb5
parentecdefc65a1b28ecf9a3e9ea527ab67cd3baac263
Libcompat: Set build tools in environment rather than make overrides.

This allows the CXX hack in r300917 for external GCC to work for
the lib32 build.  It is also the same pattern as the native
build uses by adding the tools into CROSSENV for external
toolchain, rather than make overrides.

Sponsored by: EMC / Isilon Storage Division
Makefile.libcompat