From: David Edelsohn Date: Mon, 19 Aug 2002 17:00:21 +0000 (-0400) Subject: - Fix typo in argument ordering. X-Git-Tag: releases/gcc-3.2.1~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d6f76327567a34977ccca9b743b5f5a433f69a;p=thirdparty%2Fgcc.git - Fix typo in argument ordering. From-SVN: r56441 --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 83f161c6887b..19a5efa9066d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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