Commit 70f57af1 by Ian Lance Taylor Committed by Ian Lance Taylor

invoke.texi (Invoking GCC): Document that the order of the -l option matters.

	* doc/invoke.texi (Invoking GCC): Document that the order of the
	-l option matters.

From-SVN: r124995
parent 8d8aad97
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
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment