gcc-5.3
编译一个gcc-5.3,并在路径中制定使用gcc-5.3/bin/gcc
修改tools/cpp/unix_cc_configure.bzl
tools/cpp/unix_cc_configure.bzl:222
"-lstdc++" 改为 "-l:libstdc++.a"
编译bazel
sh compile.sh
编译一个gcc-5.3,并在路径中制定使用gcc-5.3/bin/gcc
tools/cpp/unix_cc_configure.bzl:222
"-lstdc++" 改为 "-l:libstdc++.a"
sh compile.sh
本文标题:2018-05-02 centos6 编译 bazel-0.10
本文链接:https://www.haomeiwen.com/subject/cuwqrftx.html
网友评论