编译器gcc的几个关键参数解析
Posted dakewei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译器gcc的几个关键参数解析相关的知识,希望对你有一定的参考价值。
1. -dumpmachine
Print the compiler‘s target machine
2. -print-sysroot
Print the target sysroot directory that is used during compilation. (编译期间使用到的目录)
3. -print-libgcc-file-name(或-print-file-name)
获取libgcc.a文件的路径
4. -print-search-dirs
列出gcc搜索可配置的安装目录,程序和库目录清单时的路径
以上是关于编译器gcc的几个关键参数解析的主要内容,如果未能解决你的问题,请参考以下文章