strongarm-elf.h revision 169689
175592Sru/* Definitions for non-Linux based StrongARM systems using ELF
275592Sru   Copyright (C) 1999, 2001 Free Software Foundation, Inc.
394427Sru   Contributed by Catherine Moore <clm@cygnus.com>
4151504Sru
5151504Sru   This file is part of GCC.
694427Sru
794427Sru   GCC is free software; you can redistribute it and/or modify it
8114412Sru   under the terms of the GNU General Public License as published
975592Sru   by the Free Software Foundation; either version 2, or (at your
1075592Sru   option) any later version.
1175592Sru
12114412Sru   GCC is distributed in the hope that it will be useful, but WITHOUT
1375592Sru   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
1475592Sru   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
1575592Sru   License for more details.
1675592Sru
1775592Sru   You should have received a copy of the GNU General Public License
1875592Sru   along with this program; see the file COPYING.  If not, write to
1975592Sru   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
20   Boston, MA 02110-1301, USA.  */
21
22/* Run-time Target Specification.  */
23#ifndef TARGET_VERSION
24#define TARGET_VERSION	fputs (" (StrongARM/ELF non-Linux)", stderr);
25#endif
26
27#ifndef SUBTARGET_CPU_DEFAULT
28#define SUBTARGET_CPU_DEFAULT 		TARGET_CPU_strongarm
29#endif
30
31