How to make a “light” build of GCC with language supports etc. pruned?
This is covered in Installing GCC and Configuration –enable-languages=lang1,lang2,… Specify that only a particular subset of compilers and their runtime libraries should be built. For a list of valid values for langN you can issue the following command in the gcc directory of your GCC source tree: grep language= */config-lang.in Currently, you can use any … Read more