diff options
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/t-sparcbare | 2 | ||||
-rw-r--r-- | gcc/config/sparc/xm-sparc.h | 4 | ||||
-rw-r--r-- | gcc/config/sparc/xm-sysv4.h | 7 |
3 files changed, 4 insertions, 9 deletions
diff --git a/gcc/config/sparc/t-sparcbare b/gcc/config/sparc/t-sparcbare index 3c7c740b138..8bd978b068d 100644 --- a/gcc/config/sparc/t-sparcbare +++ b/gcc/config/sparc/t-sparcbare @@ -1,4 +1,4 @@ -# configuration file for a bare sparc cpu, aout format files +# configuration file for a bare sparc cpu CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = sparc/lb1spc.asm diff --git a/gcc/config/sparc/xm-sparc.h b/gcc/config/sparc/xm-sparc.h index afc44ae889d..e553a0df0b2 100644 --- a/gcc/config/sparc/xm-sparc.h +++ b/gcc/config/sparc/xm-sparc.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Sun Sparc. - Copyright (C) 1988, 1993, 1995 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1995, 1997 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). This file is part of GNU CC. @@ -43,8 +43,6 @@ Boston, MA 02111-1307, USA. */ #define SUCCESS_EXIT_CODE 0 #define FATAL_EXIT_CODE 33 -#define HAVE_POPEN - /* If compiled with Sun CC, the use of alloca requires this #include. */ #ifndef __GNUC__ #include "alloca.h" diff --git a/gcc/config/sparc/xm-sysv4.h b/gcc/config/sparc/xm-sysv4.h index e72c49922fd..6e663d12cfa 100644 --- a/gcc/config/sparc/xm-sysv4.h +++ b/gcc/config/sparc/xm-sysv4.h @@ -1,7 +1,6 @@ /* Configuration for GNU C-compiler for Sun Sparc running System V.4. - Copyright (C) 1992, 1993 Free Software Foundation, Inc. - - Written by Ron Guilmette (rfg@netcom.com). + Copyright (C) 1992, 1993, 1998 Free Software Foundation, Inc. + Contributed by Ron Guilmette (rfg@netcom.com). This file is part of GNU CC. @@ -44,8 +43,6 @@ Boston, MA 02111-1307, USA. */ #define SUCCESS_EXIT_CODE 0 #define FATAL_EXIT_CODE 33 -#include "xm-svr4.h" - #ifndef __GNUC__ #define ONLY_INT_FIELDS #endif |