- Fix typo in argument ordering.
authorDavid Edelsohn <dje@gcc.gnu.org>
Mon, 19 Aug 2002 16:59:04 +0000 (12:59 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 19 Aug 2002 16:59:04 +0000 (12:59 -0400)
From-SVN: r56440

gcc/doc/install.texi

index f99d26d..d8c92a4 100644 (file)
@@ -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