190075Sobrien/* Definitions for StrongARM systems using COFF
290075Sobrien   Copyright (C) 1999 Free Software Foundation, Inc.
390075Sobrien   Contributed by Catherine Moore <clm@cygnus.com>
490075Sobrien
5132718Skan   This file is part of GCC.
690075Sobrien
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.
1190075Sobrien
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.
1690075Sobrien
17132718Skan   You should have received a copy of the GNU General Public License
18132718Skan   along with this program; see the file COPYING.  If not, write to
19169689Skan   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
20169689Skan   Boston, MA 02110-1301, USA.  */
2190075Sobrien
2290075Sobrien/* Run-time Target Specification.  */
2390075Sobrien#ifndef SUBTARGET_CPU_DEFAULT
2490075Sobrien#define SUBTARGET_CPU_DEFAULT 		TARGET_CPU_strongarm
2590075Sobrien#endif
2690075Sobrien
2790075Sobrien#undef  TARGET_VERSION
2890075Sobrien#define TARGET_VERSION	fputs (" (StrongARM/COFF)", stderr);
29