toolchain-funcs.eclass: New tc-getTARGET_CPP function
authorJames Le Cuirot <chewi@gentoo.org>
Mon, 13 Aug 2018 21:21:32 +0000 (22:21 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 21 Aug 2018 20:37:25 +0000 (21:37 +0100)
commit9ee32ad958ba2b6596396eded3ccf060e18f41ba
treef7d940b3b7cc619e39dad17bb5bcd7b55211f014
parent111aab137e4e8eb0ea73fe43f9115e26815e1cc6
toolchain-funcs.eclass: New tc-getTARGET_CPP function

This returns the name of the C preprocessor for the toolchain being
built if CTARGET is defined, or the toolchain being used otherwise. It
is primarily intended to determine characteristics about an existing
toolchain's target as these may differ from what the tuple suggests.

It is not necessary to add the full set of tc-getTARGET_* helper
functions as this is probably the only reason we would ever invoke a
toolchain in the context of CTARGET.
eclass/toolchain-funcs.eclass