开发者

Is there any way to compile gcc to support a single language?

开发者 https://www.devze.com 2022-12-16 04:09 出处:网络
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 m

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消