1132718Skan/* Definitions of target machine for GNU compiler, for ARM with WINCE-PE obj format.
2169689Skan   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3132718Skan   Contributed by Nick Clifton <nickc@redhat.com>
4132718Skan
5132718Skan   This file is part of GCC.
6132718Skan
7132718Skan   GCC is free software; you can redistribute it and/or modify it
8132718Skan   under the terms of the GNU General Public License as published
9132718Skan   by the Free Software Foundation; either version 2, or (at your
10132718Skan   option) any later version.
11132718Skan
12132718Skan   GCC is distributed in the hope that it will be useful, but WITHOUT
13132718Skan   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14132718Skan   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15132718Skan   License for more details.
16132718Skan
17132718Skan   You should have received a copy of the GNU General Public License
18132718Skan   along with GCC; see the file COPYING.  If not, write to
19169689Skan   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
20169689Skan   Boston, MA 02110-1301, USA.  */
21132718Skan
22132718Skan#undef  TARGET_DEFAULT
23169689Skan#define TARGET_DEFAULT	(MASK_NOP_FUN_DLLIMPORT)
24132718Skan
25132718Skan#undef  MULTILIB_DEFAULTS
26132718Skan#define MULTILIB_DEFAULTS \
27169689Skan  { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork" }
28