Home | History | Annotate | Line # | Download | only in fr30
fr30.opt revision 1.12
      1   1.1  mrg ; Options for the FR30 port of the compiler.
      2   1.1  mrg 
      3  1.12  mrg ; Copyright (C) 2005-2022 Free Software Foundation, Inc.
      4   1.1  mrg ;
      5   1.1  mrg ; This file is part of GCC.
      6   1.1  mrg ;
      7   1.1  mrg ; GCC is free software; you can redistribute it and/or modify it under
      8   1.1  mrg ; the terms of the GNU General Public License as published by the Free
      9   1.1  mrg ; Software Foundation; either version 3, or (at your option) any later
     10   1.1  mrg ; version.
     11   1.1  mrg ;
     12   1.1  mrg ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
     13   1.1  mrg ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
     14   1.1  mrg ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     15   1.1  mrg ; for more details.
     16   1.1  mrg ;
     17   1.1  mrg ; You should have received a copy of the GNU General Public License
     18   1.1  mrg ; along with GCC; see the file COPYING3.  If not see
     19   1.1  mrg ; <http://www.gnu.org/licenses/>.
     20   1.1  mrg 
     21   1.1  mrg msmall-model
     22  1.12  mrg Target Mask(SMALL_MODEL)
     23   1.6  mrg Assume small address space.
     24   1.1  mrg 
     25   1.1  mrg mno-lsim
     26   1.1  mrg Target RejectNegative
     27   1.6  mrg Assume that run-time support has been provided, so omit -lsim from the linker command line.
     28