]> gcc.gnu.org Git - gcc.git/blame - gcc/config/sparc/sol2.h
(strict_single_insn_op_p, relop): Deleted these useless functions.
[gcc.git] / gcc / config / sparc / sol2.h
CommitLineData
4ab76dcd
RK
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
6This file is part of GNU CC.
7
8GNU CC is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU CC is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU CC; see the file COPYING. If not, write to
20the 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
613f146b 35#define MD_STARTFILE_PREFIX_1 "/opt/SUNWste/SC2.0/"
This page took 0.04152 seconds and 5 git commands to generate.