]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gcc/gcc-command-options/machine-dependent-options/fr30-options.rst
cd03df9fbb37ed100fbc1b374ebae9554a999c11
[thirdparty/gcc.git] / gcc / doc / gcc / gcc-command-options / machine-dependent-options / fr30-options.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. program:: FR30
7
8 .. index:: FR30 Options
9
10 .. _fr30-options:
11
12 FR30 Options
13 ^^^^^^^^^^^^
14
15 These options are defined specifically for the FR30 port.
16
17 .. option:: -msmall-model
18
19 Use the small address space model. This can produce smaller code, but
20 it does assume that all symbolic values and addresses fit into a
21 20-bit range.
22
23 .. option:: -mno-lsim
24
25 Assume that runtime support has been provided and so there is no need
26 to include the simulator library (:samp:`libsim.a`) on the linker
27 command line.