Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: toolchain@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/2] v3: tc-get-compiler-type() & wrappers
Date: Thu, 23 Jun 2016 09:18:42
Message-Id: 20160623091826.13631-1-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/4] toolchain-funcs.eclass: fix for version checks (v2) + compiler identification by "Michał Górny"
1 A quick update of patches 3/4.
2
3 Changes:
4
5 a. the logic in tc-get-compiler-type() has been moved to cpp to make
6 the bash side simpler and less likely to break,
7
8 b. added tests for tc-is-* wrappers.
9
10 Michał Górny (2):
11 toolchain-funcs.eclass: Add tc-get-compiler-type()
12 toolchain-funcs.eclass: Add helpful tc-is-{gcc,clang} wrappers
13
14 eclass/tests/toolchain-funcs.sh | 43 +++++++++++++++++++++++++++++++++++++++++
15 eclass/toolchain-funcs.eclass | 33 +++++++++++++++++++++++++++++++
16 2 files changed, 76 insertions(+)
17
18 --
19 2.9.0

Replies