blob: 45aa99c78983dd66a6e8178e0bcd234ed7858129 (
plain)
1
2
3
4
5
6
7
8
9
|
# Most binary Linux distributions seem to fancy toolchains that do not
# do c++ support (need to install a separate package). Since we don't
# check for g++, just make sure binutils won't try to build gold
# (needs c++), it will get there once we built our own GCC with c++
# support. For that reason we cannot globally mask cxx, because then
# GCC will be built without c++ support too.
sys-devel/binutils -cxx
dev-libs/gmp -cxx
|