default64.h revision 132718
184685Sobrien/* Definitions of target machine for GNU compiler,
284685Sobrien   for 64 bit powerpc linux defaulting to -m64.
3103373Sobrien   Copyright (C) 2003 Free Software Foundation, Inc.
484685Sobrien
584685SobrienThis file is part of GCC.
684685Sobrien
784685SobrienGCC is free software; you can redistribute it and/or modify
884685Sobrienit under the terms of the GNU General Public License as published by
984685Sobrienthe Free Software Foundation; either version 2, or (at your option)
10103373Sobrienany later version.
1184685Sobrien
12192350SdelphijGCC is distributed in the hope that it will be useful,
13234449Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
14234449SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15234449SobrienGNU General Public License for more details.
1684685Sobrien
1784685SobrienYou should have received a copy of the GNU General Public License
18234449Sobrienalong with GCC; see the file COPYING.  If not, write to
19234449Sobrienthe Free Software Foundation, 59 Temple Place - Suite 330,
20234449SobrienBoston, MA 02111-1307, USA.  */
21234449Sobrien
22234449Sobrien#undef TARGET_DEFAULT
2384685Sobrien#define TARGET_DEFAULT \
24103373Sobrien  (MASK_POWERPC | MASK_POWERPC64 | MASK_64BIT | MASK_NEW_MNEMONICS)
2584685Sobrien