ar
-d 从archive删除modules
加上-v参数后显示最终删除了哪些module
-m移动archive文件中的成员(默认是将指定的成员移到最后)
-a xxx 将成员移到xxx之后
-b xxx 将成员移到xxx之前
-i xxx 同-b xxx
-p 将archive指定的member显示到标准输出文件。
-q 将文件成员加入到archive的最后
-r 将文件成员加入最后,若有相同则将源文件删除
-U 只把时间戳最新的文件才加入
-t 显示archive指定文件的信息或所有文件信息
-x 从archive中extract members
-c 创建archive
-s write an object-file index into the archive, or updating an existing one。
-S Do not generate an archive symbol table.The resulting archive cannot be used with the linker.