196263Sobrien/* Definitions of target machine for GNU compiler,
2117395Skan   for PowerPC machines running GNU.
3132718Skan   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
496263Sobrien
5132718Skan   This file is part of GCC.
696263Sobrien
7132718Skan   GCC is free software; you can redistribute it and/or modify it
8132718Skan   under the terms of the GNU General Public License as published
9132718Skan   by the Free Software Foundation; either version 2, or (at your
10132718Skan   option) any later version.
1196263Sobrien
12132718Skan   GCC is distributed in the hope that it will be useful, but WITHOUT
13132718Skan   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14132718Skan   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15132718Skan   License for more details.
1696263Sobrien
17132718Skan   You should have received a copy of the GNU General Public License
18132718Skan   along with GCC; see the file COPYING.  If not, write to the
19169689Skan   Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
20169689Skan   MA 02110-1301, USA.  */
2196263Sobrien
2296263Sobrien#undef	CPP_OS_DEFAULT_SPEC
2396263Sobrien#define CPP_OS_DEFAULT_SPEC "%(cpp_os_gnu)"
2496263Sobrien
2596263Sobrien#undef	STARTFILE_DEFAULT_SPEC
2696263Sobrien#define STARTFILE_DEFAULT_SPEC "%(startfile_gnu)"
2796263Sobrien
2896263Sobrien#undef	ENDFILE_DEFAULT_SPEC
2996263Sobrien#define ENDFILE_DEFAULT_SPEC "%(endfile_gnu)"
3096263Sobrien
3196263Sobrien#undef	LINK_START_DEFAULT_SPEC
3296263Sobrien#define LINK_START_DEFAULT_SPEC "%(link_start_gnu)"
3396263Sobrien
3496263Sobrien#undef	LINK_OS_DEFAULT_SPEC
3596263Sobrien#define LINK_OS_DEFAULT_SPEC "%(link_os_gnu)"
3696263Sobrien
37132718Skan#undef  TARGET_VERSION
3896263Sobrien#define TARGET_VERSION fprintf (stderr, " (PowerPC GNU)");
39