您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

170 行
6.2KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with the
  7. Invariant Sections being "Funding Free Software", the Front-Cover
  8. Texts being (a) (see below), and with the Back-Cover Texts being (b)
  9. (see below). A copy of the license is included in the section entitled
  10. "GNU Free Documentation License".
  11. (a) The FSF's Front-Cover Text is:
  12. A GNU Manual
  13. (b) The FSF's Back-Cover Text is:
  14. You have freedom to copy and modify this GNU Manual, like GNU
  15. software. Copies published by the Free Software Foundation raise
  16. funds for GNU development. -->
  17. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  18. <head>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <title>MCore Options (Using the GNU Compiler Collection (GCC))</title>
  21. <meta name="description" content="MCore Options (Using the GNU Compiler Collection (GCC))">
  22. <meta name="keywords" content="MCore Options (Using the GNU Compiler Collection (GCC))">
  23. <meta name="resource-type" content="document">
  24. <meta name="distribution" content="global">
  25. <meta name="Generator" content="makeinfo">
  26. <link href="index.html#Top" rel="start" title="Top">
  27. <link href="Option-Index.html#Option-Index" rel="index" title="Option Index">
  28. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  29. <link href="Submodel-Options.html#Submodel-Options" rel="up" title="Submodel Options">
  30. <link href="MeP-Options.html#MeP-Options" rel="next" title="MeP Options">
  31. <link href="M680x0-Options.html#M680x0-Options" rel="prev" title="M680x0 Options">
  32. <style type="text/css">
  33. <!--
  34. a.summary-letter {text-decoration: none}
  35. blockquote.indentedblock {margin-right: 0em}
  36. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  37. blockquote.smallquotation {font-size: smaller}
  38. div.display {margin-left: 3.2em}
  39. div.example {margin-left: 3.2em}
  40. div.lisp {margin-left: 3.2em}
  41. div.smalldisplay {margin-left: 3.2em}
  42. div.smallexample {margin-left: 3.2em}
  43. div.smalllisp {margin-left: 3.2em}
  44. kbd {font-style: oblique}
  45. pre.display {font-family: inherit}
  46. pre.format {font-family: inherit}
  47. pre.menu-comment {font-family: serif}
  48. pre.menu-preformatted {font-family: serif}
  49. pre.smalldisplay {font-family: inherit; font-size: smaller}
  50. pre.smallexample {font-size: smaller}
  51. pre.smallformat {font-family: inherit; font-size: smaller}
  52. pre.smalllisp {font-size: smaller}
  53. span.nolinebreak {white-space: nowrap}
  54. span.roman {font-family: initial; font-weight: normal}
  55. span.sansserif {font-family: sans-serif; font-weight: normal}
  56. ul.no-bullet {list-style: none}
  57. -->
  58. </style>
  59. </head>
  60. <body lang="en">
  61. <a name="MCore-Options"></a>
  62. <div class="header">
  63. <p>
  64. Next: <a href="MeP-Options.html#MeP-Options" accesskey="n" rel="next">MeP Options</a>, Previous: <a href="M680x0-Options.html#M680x0-Options" accesskey="p" rel="prev">M680x0 Options</a>, Up: <a href="Submodel-Options.html#Submodel-Options" accesskey="u" rel="up">Submodel Options</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
  65. </div>
  66. <hr>
  67. <a name="MCore-Options-1"></a>
  68. <h4 class="subsection">3.19.26 MCore Options</h4>
  69. <a name="index-MCore-options"></a>
  70. <p>These are the &lsquo;<samp>-m</samp>&rsquo; options defined for the Motorola M*Core
  71. processors.
  72. </p>
  73. <dl compact="compact">
  74. <dt><code>-mhardlit</code></dt>
  75. <dt><code>-mno-hardlit</code></dt>
  76. <dd><a name="index-mhardlit"></a>
  77. <a name="index-mno_002dhardlit"></a>
  78. <p>Inline constants into the code stream if it can be done in two
  79. instructions or less.
  80. </p>
  81. </dd>
  82. <dt><code>-mdiv</code></dt>
  83. <dt><code>-mno-div</code></dt>
  84. <dd><a name="index-mdiv-2"></a>
  85. <a name="index-mno_002ddiv-1"></a>
  86. <p>Use the divide instruction. (Enabled by default).
  87. </p>
  88. </dd>
  89. <dt><code>-mrelax-immediate</code></dt>
  90. <dt><code>-mno-relax-immediate</code></dt>
  91. <dd><a name="index-mrelax_002dimmediate"></a>
  92. <a name="index-mno_002drelax_002dimmediate"></a>
  93. <p>Allow arbitrary-sized immediates in bit operations.
  94. </p>
  95. </dd>
  96. <dt><code>-mwide-bitfields</code></dt>
  97. <dt><code>-mno-wide-bitfields</code></dt>
  98. <dd><a name="index-mwide_002dbitfields"></a>
  99. <a name="index-mno_002dwide_002dbitfields"></a>
  100. <p>Always treat bit-fields as <code>int</code>-sized.
  101. </p>
  102. </dd>
  103. <dt><code>-m4byte-functions</code></dt>
  104. <dt><code>-mno-4byte-functions</code></dt>
  105. <dd><a name="index-m4byte_002dfunctions"></a>
  106. <a name="index-mno_002d4byte_002dfunctions"></a>
  107. <p>Force all functions to be aligned to a 4-byte boundary.
  108. </p>
  109. </dd>
  110. <dt><code>-mcallgraph-data</code></dt>
  111. <dt><code>-mno-callgraph-data</code></dt>
  112. <dd><a name="index-mcallgraph_002ddata"></a>
  113. <a name="index-mno_002dcallgraph_002ddata"></a>
  114. <p>Emit callgraph information.
  115. </p>
  116. </dd>
  117. <dt><code>-mslow-bytes</code></dt>
  118. <dt><code>-mno-slow-bytes</code></dt>
  119. <dd><a name="index-mslow_002dbytes"></a>
  120. <a name="index-mno_002dslow_002dbytes"></a>
  121. <p>Prefer word access when reading byte quantities.
  122. </p>
  123. </dd>
  124. <dt><code>-mlittle-endian</code></dt>
  125. <dt><code>-mbig-endian</code></dt>
  126. <dd><a name="index-mlittle_002dendian-7"></a>
  127. <a name="index-mbig_002dendian-7"></a>
  128. <p>Generate code for a little-endian target.
  129. </p>
  130. </dd>
  131. <dt><code>-m210</code></dt>
  132. <dt><code>-m340</code></dt>
  133. <dd><a name="index-m210"></a>
  134. <a name="index-m340"></a>
  135. <p>Generate code for the 210 processor.
  136. </p>
  137. </dd>
  138. <dt><code>-mno-lsim</code></dt>
  139. <dd><a name="index-mno_002dlsim-1"></a>
  140. <p>Assume that runtime support has been provided and so omit the
  141. simulator library (<samp>libsim.a)</samp> from the linker command line.
  142. </p>
  143. </dd>
  144. <dt><code>-mstack-increment=<var>size</var></code></dt>
  145. <dd><a name="index-mstack_002dincrement"></a>
  146. <p>Set the maximum amount for a single stack increment operation. Large
  147. values can increase the speed of programs that contain functions
  148. that need a large amount of stack space, but they can also trigger a
  149. segmentation fault if the stack is extended too much. The default
  150. value is 0x1000.
  151. </p>
  152. </dd>
  153. </dl>
  154. </body>
  155. </html>