190075Sobrien/* Make configure files to produce biarch compiler defaulting to 64bit mode.
290075Sobrien   This file must be included very first, while the OS specific file later
390075Sobrien   to overwrite otherwise wrong defaults.
490075Sobrien   Copyright (C) 2001 Free Software Foundation, Inc.
590075Sobrien   Contributed by Bo Thorsen <bo@suse.de>.
690075Sobrien
7132718SkanThis file is part of GCC.
890075Sobrien
9132718SkanGCC is free software; you can redistribute it and/or modify
1090075Sobrienit under the terms of the GNU General Public License as published by
1190075Sobrienthe Free Software Foundation; either version 2, or (at your option)
1290075Sobrienany later version.
1390075Sobrien
14132718SkanGCC is distributed in the hope that it will be useful,
1590075Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1690075SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1790075SobrienGNU General Public License for more details.
1890075Sobrien
1990075SobrienYou should have received a copy of the GNU General Public License
20132718Skanalong with GCC; see the file COPYING.  If not, write to
21169689Skanthe Free Software Foundation, 51 Franklin Street, Fifth Floor,
22169689SkanBoston, MA 02110-1301, USA.  */
2390075Sobrien
24117395Skan#define TARGET_64BIT_DEFAULT MASK_64BIT
25117395Skan#define TARGET_BI_ARCH 1
26