在没有移植Binutils的情况下移植gcc?

时间:2015-10-08 15:04:08

标签: gcc compiler-construction

我是移植gcc的新手,只是想问一下,如果我只想让gcc为每个文件生成汇编语言,我可以跳过移植Binutils吗?

1 个答案:

答案 0 :(得分:1)

不确定。您是否尝试将gcc移植为交叉编译器?您应该使用@PropertySource("classpath:your.properties") 进行配置,并在构建时使用--disable-bootstrap(即跳过libgcc,glibc,libstdc ++ build)。然后,您将获得纯编译器,仅从源到目标汇编程序。