Package-Manager: Portage-2.3.3_p9, Repoman-2.3.1_p2
pre_build_checks() {
if [[ ${MERGE_TYPE} != binary ]]; then
+ local -x CPP="$(tc-getCXX) -E"
if tc-is-gcc && ! version_is_at_least 5 "$(gcc-major-version)"; then
# bugs: #535730, #525374, #518668
die "At least gcc 5 is required"
pre_build_checks() {
if [[ ${MERGE_TYPE} != binary ]]; then
+ local -x CPP="$(tc-getCXX) -E"
if tc-is-gcc && ! version_is_at_least 5 "$(gcc-major-version)"; then
# bugs: #535730, #525374, #518668
die "At least gcc 5 is required"