OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / sol2.h
1 /* Target definitions for GNU compiler for Sparc running Solaris 2.x
2    Copyright (C) 1992 Free Software Foundation, Inc.
3
4    Written by Ron Guilmette (rfg@ncd.com).
5
6 This file is part of GNU CC.
7
8 GNU CC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU CC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING.  If not, write to
20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
21
22 /* This is basically just a Sparc running svr4.  */
23
24 #include "sparcv4.h"
25
26 /* Solaris 2.x on a Sparc uses BSD stabs, not DWARF.  */
27
28 #undef DWARF_DEBUGGING_INFO
29 #define DBX_DEBUGGING_INFO
30
31 /* If we cannot find the GNU *crt*.o files in the STANDARD_STARTFILE_PREFIX
32    directory, our fallback strategy must be to look for these files instead
33    in the Sun C 2.0 directory.  */
34
35 #undef MD_STARTFILE_PREFIX
36 #define MD_STARTFILE_PREFIX     "/opt/SUNWste/SC2.0/"