开发者

How do I tell `gar` or `ar` to output `elf32-i386` output?

When I look at the help output from gar -h, it tells me:

[...] 
gar: supported targets: elf64-x86-64 elf32-i386 a.out-i386-linux [...]

How can I instruct gar to create an elf32-i386开发者_JS百科 output?


The output type will be the same as the inputs. So if you want elf32-i386 output you need to give it elf32-i386 input files

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜