OSDN Git Service

b30fb948f7ce04964a06d895012e89cb15a586a4
[pf3gnuchains/gcc-fork.git] / gcc / config / m68k / m68k-none.h
1 /* Definitions of target machine for GNU compiler.  "naked" 68020.
2    Copyright (C) 1994, 1996, 2003, 2006 Free Software Foundation, Inc.
3
4 This file is part of GCC.
5
6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GCC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING.  If not, write to
18 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA.  */
20
21 /* Pass flags to gas indicating which type of processor we have.  */
22
23 #undef ASM_SPEC
24 #define ASM_SPEC "\
25 %{m68851}%{mno-68851}%{m68881}%{mno-68881}%{msoft-float:-mno-68881} %{m68000}%{m68302}%{mc68000}%{m68010}%{m68020}%{mc68020}%{m68030}%{m68040}%{m68020-40:-mc68040} %{m68020-60:-mc68040} %{m68060}%{mcpu32}%{m68332}%{m5200}%{m5206e}%{m528x}%{m5307}%{m5407}%{mcfv4e} \
26 %{fPIC:--pcrel} %{fpic:--pcrel} %{msep-data:--pcrel} %{mid-shared-library:--pcrel} \
27 "
28
29 /* cc1/cc1plus always receives all the -m flags. If the specs strings above 
30    are consistent with the flags in m68k.opt, there should be no need for
31    any further cc1/cc1plus specs.  */
32
33 #undef CC1_SPEC
34 #define CC1_SPEC ""
35
36 #define CPP_SUBTARGET_SPEC ""