zero9178/GNU-Toolchain-for-Windows

Adding boost to default libraries

mcc-devel opened this issue · 2 comments

Boost is a very powerful librery for C++, so consider adding it to the default libraries.
You can download it from here.
PS: $version is the version you want, preferably latest stable for gcc7-10; latest beta for gcc trunk.

I'd rather prefer this repo to be the most barebone toolchain possible. So it shall only include all the things needed for all the features that the GNU project make available through GCC and binutils. That way other people could build on top of it and there aren't any issues distinguishing which files are vital to the toolchain or what files are part of a library such as boost etc. Compiling boost oneself should not be a problem I believe

As you prefer, please.