• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/share/doc/arm-arm-none-eabi/html/binutils.html/
1<html lang="en">
2<head>
3<title>Common Options - GNU Binary Utilities</title>
4<meta http-equiv="Content-Type" content="text/html">
5<meta name="description" content="GNU Binary Utilities">
6<meta name="generator" content="makeinfo 4.13">
7<link title="Top" rel="start" href="index.html#Top">
8<link rel="prev" href="dlltool.html#dlltool" title="dlltool">
9<link rel="next" href="Selecting-the-Target-System.html#Selecting-the-Target-System" title="Selecting the Target System">
10<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
11<!--
12Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
132000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
14Free Software Foundation, Inc.
15
16Permission is granted to copy, distribute and/or modify this document
17under the terms of the GNU Free Documentation License, Version 1.3
18or any later version published by the Free Software Foundation;
19with no Invariant Sections, with no Front-Cover Texts, and with no
20Back-Cover Texts.  A copy of the license is included in the
21section entitled ``GNU Free Documentation License''.
22
23-->
24<meta http-equiv="Content-Style-Type" content="text/css">
25<style type="text/css"><!--
26  pre.display { font-family:inherit }
27  pre.format  { font-family:inherit }
28  pre.smalldisplay { font-family:inherit; font-size:smaller }
29  pre.smallformat  { font-family:inherit; font-size:smaller }
30  pre.smallexample { font-size:smaller }
31  pre.smalllisp    { font-size:smaller }
32  span.sc    { font-variant:small-caps }
33  span.roman { font-family:serif; font-weight:normal; } 
34  span.sansserif { font-family:sans-serif; font-weight:normal; } 
35--></style>
36<link rel="stylesheet" type="text/css" href="../cs.css">
37</head>
38<body>
39<div class="node">
40<a name="Common-Options"></a>
41<p>
42Next:&nbsp;<a rel="next" accesskey="n" href="Selecting-the-Target-System.html#Selecting-the-Target-System">Selecting the Target System</a>,
43Previous:&nbsp;<a rel="previous" accesskey="p" href="dlltool.html#dlltool">dlltool</a>,
44Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
45<hr>
46</div>
47
48<h2 class="chapter">17 Common Options</h2>
49
50<p>The following command-line options are supported by all of the
51programs described in this manual.
52
53<!-- man begin OPTIONS -->
54     <dl>
55<!-- This file is designed to be included in manuals that use -->
56<!-- expandargv. -->
57
58     <dt><samp><span class="env">@</span><var>file</var></samp><dd>Read command-line options from <var>file</var>.  The options read are
59inserted in place of the original @<var>file</var> option.  If <var>file</var>
60does not exist, or cannot be read, then the option will be treated
61literally, and not removed.
62
63     <p>Options in <var>file</var> are separated by whitespace.  A whitespace
64character may be included in an option by surrounding the entire
65option in either single or double quotes.  Any character (including a
66backslash) may be included by prefixing the character to be included
67with a backslash.  The <var>file</var> may itself contain additional
68@<var>file</var> options; any such options will be processed recursively. 
69<!-- man end -->
70
71     <br><dt><samp><span class="env">--help</span></samp><dd>Display the command-line options supported by the program.
72
73     <br><dt><samp><span class="env">--version</span></samp><dd>Display the version number of the program.
74
75     <!-- man begin OPTIONS -->
76   </dl>
77   <!-- man end -->
78
79   </body></html>
80
81