Commit 35fb4cf6 by David Edelsohn

- Fix typo in argument ordering.

From-SVN: r56440
parent af8cb5c5
......@@ -2349,7 +2349,7 @@ multilib @file{libstdc++.a} installed:
Extract the shared object from each the GCC 3.1 @file{libstdc++.a}
archive:
@example
% ar -x libstdc++.so.4 libstdc++.a
% ar -x libstdc++.a libstdc++.so.4
@end example
Enable the @samp{F_LOADONLY} flag so that the shared object will be
......@@ -2361,7 +2361,7 @@ available for runtime dynamic loading, but not linking:
Archive the runtime-only shared object in the GCC 3.2
@file{libstdc++.a} archive:
@example
% ar -q libstdc++.so.4 libstdc++.a
% ar -q libstdc++.a libstdc++.so.4
@end example
Linking executables and shared libraries may produce warnings of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment