1107590Sobrien/* Definitions of target machine for IBM zSeries 64-bit
2107590Sobrien   Copyright (C) 2002 Free Software Foundation, Inc.
3107590Sobrien   Contributed by Hartmut Penner (hpenner@de.ibm.com) and
4107590Sobrien                  Ulrich Weigand (uweigand@de.ibm.com).
5107590Sobrien
6132718SkanThis file is part of GCC.
7107590Sobrien
8132718SkanGCC is free software; you can redistribute it and/or modify it under
9132718Skanthe terms of the GNU General Public License as published by the Free
10132718SkanSoftware Foundation; either version 2, or (at your option) any later
11132718Skanversion.
12107590Sobrien
13132718SkanGCC is distributed in the hope that it will be useful, but WITHOUT ANY
14132718SkanWARRANTY; without even the implied warranty of MERCHANTABILITY or
15132718SkanFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16132718Skanfor more details.
17132718Skan
18107590SobrienYou should have received a copy of the GNU General Public License
19132718Skanalong with GCC; see the file COPYING.  If not, write to the Free
20169689SkanSoftware Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
21169689Skan02110-1301, USA.  */
22107590Sobrien
23107590Sobrien#ifndef _S390X_H
24107590Sobrien#define _S390X_H
25107590Sobrien
26107590Sobrien#define DEFAULT_TARGET_64BIT
27107590Sobrien
28107590Sobrien#endif
29