From 76d6f76327567a34977ccca9b743b5f5a433f69a Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 19 Aug 2002 13:00:21 -0400 Subject: [PATCH] - Fix typo in argument ordering. From-SVN: r56441 --- gcc/doc/install.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2