]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (Invoking GCC): Document that the order of the -l option matters.
authorIan Lance Taylor <iant@google.com>
Wed, 23 May 2007 15:55:34 +0000 (15:55 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 23 May 2007 15:55:34 +0000 (15:55 +0000)
* doc/invoke.texi (Invoking GCC): Document that the order of the
-l option matters.

From-SVN: r124995

gcc/ChangeLog
gcc/doc/invoke.texi

index 52da89f144e56d26a708bb640d5bf815b71caa11..941700ecd49422cb62e862e8aafd55068ebeb222 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-23  Ian Lance Taylor  <iant@google.com>
+
+       * doc/invoke.texi (Invoking GCC): Document that the order of the
+       -l option matters.
+
 2007-05-23  Chen Liqin  <liqin@sunnorth.com.cn>
 
        PR target/30987
index 21ef96cae7c35e633d90580d82c0a2a7a7582400..a057a0cbc7f31ca017f3c987ea96a286623b0dc7 100644 (file)
@@ -102,9 +102,10 @@ may @emph{not} be grouped: @option{-dr} is very different from @w{@samp{-d
 @cindex order of options
 @cindex options, order
 You can mix options and other arguments.  For the most part, the order
-you use doesn't matter.  Order does matter when you use several options
-of the same kind; for example, if you specify @option{-L} more than once,
-the directories are searched in the order specified.
+you use doesn't matter.  Order does matter when you use several
+options of the same kind; for example, if you specify @option{-L} more
+than once, the directories are searched in the order specified.  Also,
+the placement of the @option{-l} option is significant.
 
 Many options have long names starting with @samp{-f} or with
 @samp{-W}---for example,