GCC选项中的选项是什么“-Wl,OPTION”

时间:2009-08-11 08:08:05

标签: gcc linker

当我阅读GCC的信息手册时,我找到了链接选项-Wl,OPTION:

`-Wl,OPTION'
 Pass OPTION as an option to the linker.  If OPTION contains
 commas, it is split into multiple options at the commas.

但是我找不到OPTION的定义。谁能告诉我在哪里找到它?我有谷歌,但没有找到。

4 个答案:

答案 0 :(得分:7)

链接器名为ld。谷歌搜索ld options给出了例如http://sourceware.org/binutils/docs-2.16/ld/Options.html

答案 1 :(得分:5)

是这样编写的链接器选项(来自我的makefile):

FLAGS += -Wl,--enable-auto-import,--enable-runtime-pseudo-reloc

链接器选项在链接器手册页中详细列出:ld

答案 2 :(得分:1)

选项适用于ld链接器,并列出here

答案 3 :(得分:0)

在我的链接器上(对于sh4),键入sh4ld --help