xref: /openbsd/gnu/gcc/gcc/config/rs6000/gnu.h (revision 404b540a)
1*404b540aSrobert /* Definitions of target machine for GNU compiler,
2*404b540aSrobert    for PowerPC machines running GNU.
3*404b540aSrobert    Copyright (C) 2001, 2003 Free Software Foundation, Inc.
4*404b540aSrobert 
5*404b540aSrobert    This file is part of GCC.
6*404b540aSrobert 
7*404b540aSrobert    GCC is free software; you can redistribute it and/or modify it
8*404b540aSrobert    under the terms of the GNU General Public License as published
9*404b540aSrobert    by the Free Software Foundation; either version 2, or (at your
10*404b540aSrobert    option) any later version.
11*404b540aSrobert 
12*404b540aSrobert    GCC is distributed in the hope that it will be useful, but WITHOUT
13*404b540aSrobert    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14*404b540aSrobert    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15*404b540aSrobert    License for more details.
16*404b540aSrobert 
17*404b540aSrobert    You should have received a copy of the GNU General Public License
18*404b540aSrobert    along with GCC; see the file COPYING.  If not, write to the
19*404b540aSrobert    Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
20*404b540aSrobert    MA 02110-1301, USA.  */
21*404b540aSrobert 
22*404b540aSrobert #undef	CPP_OS_DEFAULT_SPEC
23*404b540aSrobert #define CPP_OS_DEFAULT_SPEC "%(cpp_os_gnu)"
24*404b540aSrobert 
25*404b540aSrobert #undef	STARTFILE_DEFAULT_SPEC
26*404b540aSrobert #define STARTFILE_DEFAULT_SPEC "%(startfile_gnu)"
27*404b540aSrobert 
28*404b540aSrobert #undef	ENDFILE_DEFAULT_SPEC
29*404b540aSrobert #define ENDFILE_DEFAULT_SPEC "%(endfile_gnu)"
30*404b540aSrobert 
31*404b540aSrobert #undef	LINK_START_DEFAULT_SPEC
32*404b540aSrobert #define LINK_START_DEFAULT_SPEC "%(link_start_gnu)"
33*404b540aSrobert 
34*404b540aSrobert #undef	LINK_OS_DEFAULT_SPEC
35*404b540aSrobert #define LINK_OS_DEFAULT_SPEC "%(link_os_gnu)"
36*404b540aSrobert 
37*404b540aSrobert #undef  TARGET_VERSION
38*404b540aSrobert #define TARGET_VERSION fprintf (stderr, " (PowerPC GNU)");
39