biarch64.h revision 169689
1275970Scy/* Make configure files to produce biarch compiler defaulting to 64bit mode.
2275970Scy   This file must be included very first, while the OS specific file later
3275970Scy   to overwrite otherwise wrong defaults.
4275970Scy   Copyright (C) 2001 Free Software Foundation, Inc.
5275970Scy   Contributed by Bo Thorsen <bo@suse.de>.
6275970Scy
7275970ScyThis file is part of GCC.
8275970Scy
9275970ScyGCC is free software; you can redistribute it and/or modify
10275970Scyit under the terms of the GNU General Public License as published by
11275970Scythe Free Software Foundation; either version 2, or (at your option)
12275970Scyany later version.
13275970Scy
14275970ScyGCC is distributed in the hope that it will be useful,
15275970Scybut WITHOUT ANY WARRANTY; without even the implied warranty of
16275970ScyMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17275970ScyGNU General Public License for more details.
18275970Scy
19275970ScyYou should have received a copy of the GNU General Public License
20275970Scyalong with GCC; see the file COPYING.  If not, write to
21275970Scythe Free Software Foundation, 51 Franklin Street, Fifth Floor,
22275970ScyBoston, MA 02110-1301, USA.  */
23275970Scy
24275970Scy#define TARGET_64BIT_DEFAULT MASK_64BIT
25275970Scy#define TARGET_BI_ARCH 1
26275970Scy