]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
- Fix typo in argument ordering.
authorDavid Edelsohn <dje@gcc.gnu.org>
Mon, 19 Aug 2002 17:00:21 +0000 (13:00 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 19 Aug 2002 17:00:21 +0000 (13:00 -0400)
From-SVN: r56441

gcc/doc/install.texi

index 83f161c6887b31dc14f59ee77cf126923906bb39..19a5efa9066d38e28908383d8a642b4935a40c1c 100644 (file)
@@ -2568,7 +2568,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
@@ -2580,7 +2580,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