Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: toolchain@g.o
Subject: [gentoo-dev] [PATCH v4] tc-get-compiler-type() + wrappers
Date: Fri, 24 Jun 2016 20:07:52
Message-Id: 20160624200733.8446-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 Here's a quick v4.
2
3 Changes:
4 - fixed CHOST-search logic for multi-parameter default,
5 - replaced redundant tc-getCC call in tc-getCPP by plain ${CC:-gcc}
6 since tc-getCPP will perform search anyway,
7 - changed docs for tc-get* to @OUTPUT.

Replies