Is there any way to compile gcc to support a single language?
I want to compile gcc so i can use the mips R2000 mi开发者_运维技巧croprocessor compiler inorder to use NestedVM a way of targeting any executable to the java vm; but I don't want it to compile the modules for other languages than mine or architectures other than the R2000 or the Mips family.
See http://gcc.gnu.org/install/configure.html
You need the --enable-languages option to configure.
The procedure appears to have changed since I did sysop work. I have not tried this personally.
精彩评论