• 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-2013.11/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="elfedit.html#elfedit" title="elfedit">
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-2013 Free Software Foundation, Inc.
13
14Permission is granted to copy, distribute and/or modify this document
15under the terms of the GNU Free Documentation License, Version 1.3
16or any later version published by the Free Software Foundation;
17with no Invariant Sections, with no Front-Cover Texts, and with no
18Back-Cover Texts.  A copy of the license is included in the
19section entitled ``GNU Free Documentation License''.
20
21-->
22<meta http-equiv="Content-Style-Type" content="text/css">
23<style type="text/css"><!--
24  pre.display { font-family:inherit }
25  pre.format  { font-family:inherit }
26  pre.smalldisplay { font-family:inherit; font-size:smaller }
27  pre.smallformat  { font-family:inherit; font-size:smaller }
28  pre.smallexample { font-size:smaller }
29  pre.smalllisp    { font-size:smaller }
30  span.sc    { font-variant:small-caps }
31  span.roman { font-family:serif; font-weight:normal; } 
32  span.sansserif { font-family:sans-serif; font-weight:normal; } 
33--></style>
34<link rel="stylesheet" type="text/css" href="../cs.css">
35</head>
36<body>
37<div class="node">
38<a name="Common-Options"></a>
39<p>
40Next:&nbsp;<a rel="next" accesskey="n" href="Selecting-the-Target-System.html#Selecting-the-Target-System">Selecting the Target System</a>,
41Previous:&nbsp;<a rel="previous" accesskey="p" href="elfedit.html#elfedit">elfedit</a>,
42Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
43<hr>
44</div>
45
46<h2 class="chapter">17 Common Options</h2>
47
48<p>The following command-line options are supported by all of the
49programs described in this manual.
50
51<!-- man begin OPTIONS -->
52     <dl>
53<!-- This file is designed to be included in manuals that use -->
54<!-- expandargv. -->
55
56     <dt><samp><span class="env">@</span><var>file</var></samp><dd>Read command-line options from <var>file</var>.  The options read are
57inserted in place of the original @<var>file</var> option.  If <var>file</var>
58does not exist, or cannot be read, then the option will be treated
59literally, and not removed.
60
61     <p>Options in <var>file</var> are separated by whitespace.  A whitespace
62character may be included in an option by surrounding the entire
63option in either single or double quotes.  Any character (including a
64backslash) may be included by prefixing the character to be included
65with a backslash.  The <var>file</var> may itself contain additional
66@<var>file</var> options; any such options will be processed recursively. 
67<!-- man end -->
68
69     <br><dt><samp><span class="env">--help</span></samp><dd>Display the command-line options supported by the program.
70
71     <br><dt><samp><span class="env">--version</span></samp><dd>Display the version number of the program.
72
73     <!-- man begin OPTIONS -->
74   </dl>
75   <!-- man end -->
76
77   </body></html>
78
79