biarch64.h revision 132718
1238106Sdes/* Make configure files to produce biarch compiler defaulting to 64bit mode.
2238106Sdes   This file must be included very first, while the OS specific file later
3238106Sdes   to overwrite otherwise wrong defaults.
4238106Sdes   Copyright (C) 2001 Free Software Foundation, Inc.
5238106Sdes   Contributed by Bo Thorsen <bo@suse.de>.
6238106Sdes
7238106SdesThis file is part of GCC.
8238106Sdes
9238106SdesGCC is free software; you can redistribute it and/or modify
10238106Sdesit under the terms of the GNU General Public License as published by
11238106Sdesthe Free Software Foundation; either version 2, or (at your option)
12238106Sdesany later version.
13238106Sdes
14238106SdesGCC is distributed in the hope that it will be useful,
15238106Sdesbut WITHOUT ANY WARRANTY; without even the implied warranty of
16238106SdesMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17238106SdesGNU General Public License for more details.
18238106Sdes
19238106SdesYou should have received a copy of the GNU General Public License
20238106Sdesalong with GCC; see the file COPYING.  If not, write to
21238106Sdesthe Free Software Foundation, 59 Temple Place - Suite 330,
22238106SdesBoston, MA 02111-1307, USA.  */
23238106Sdes
24285206Sdes#define TARGET_64BIT_DEFAULT MASK_64BIT
25285206Sdes#define TARGET_BI_ARCH 1
26238106Sdes