http://sourceware.org/bugzilla/show_bug.cgi?id=13256
Bug #: 13256
Summary: AR + plugin fails with "no operation specified" error
Product: binutils
Version: 2.23 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
GNU Binutils 2.22.51.20111004.
$ ar --plugin /path/to/liblto_plugin.so cr libfoo.a foo.o
ar: no operation specified
These commands work as expected:
$ ar cr --plugin /path/to/liblto_plugin.so libfoo.a foo.o
$ ar --plugin /path/to/liblto_plugin.so -cr libfoo.a foo.o
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils