Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从一些芯片组制造商那里获得了 mips-gcc 工具链源代码和二进制文件。我想构建工具链的源代码,但我不知道用于构建源代码的配置选项/标志。有什么办法可以让我获得这些选项标志吗?
试试 gcc -v。
这应该为您提供配置参数。