diff options
Diffstat (limited to 'profiles/bootstrap/package.use')
-rw-r--r-- | profiles/bootstrap/package.use | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/bootstrap/package.use b/profiles/bootstrap/package.use new file mode 100644 index 0000000..45aa99c --- /dev/null +++ b/profiles/bootstrap/package.use @@ -0,0 +1,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 |