biarch64.h revision 132718
1145983Sbrueffer/* Make configure files to produce biarch compiler defaulting to 64bit mode.
2147197Smarkus   This file must be included very first, while the OS specific file later
3145983Sbrueffer   to overwrite otherwise wrong defaults.
4145983Sbrueffer   Copyright (C) 2001 Free Software Foundation, Inc.
5145983Sbrueffer   Contributed by Bo Thorsen <bo@suse.de>.
6145983Sbrueffer
7145983SbruefferThis file is part of GCC.
8145983Sbrueffer
9145983SbruefferGCC is free software; you can redistribute it and/or modify
10145983Sbruefferit under the terms of the GNU General Public License as published by
11145983Sbruefferthe Free Software Foundation; either version 2, or (at your option)
12145983Sbruefferany later version.
13145983Sbrueffer
14145983SbruefferGCC is distributed in the hope that it will be useful,
15145983Sbruefferbut WITHOUT ANY WARRANTY; without even the implied warranty of
16145983SbruefferMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17145983SbruefferGNU General Public License for more details.
18145983Sbrueffer
19145983SbruefferYou should have received a copy of the GNU General Public License
20145983Sbruefferalong with GCC; see the file COPYING.  If not, write to
21145983Sbruefferthe Free Software Foundation, 59 Temple Place - Suite 330,
22145983SbruefferBoston, MA 02111-1307, USA.  */
23145983Sbrueffer
24145983Sbrueffer#define TARGET_64BIT_DEFAULT MASK_64BIT
25145983Sbrueffer#define TARGET_BI_ARCH 1
26145983Sbrueffer