From 3ab295ac9a9c6a90fdce20070b7e53de240a24a3 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 20 Feb 1996 05:23:04 +0000 Subject: (CPP_PREDEFINES): Delete __GCC_NEW_VARARGS__. Add -Acpu(sparc) -Amachine(sparc). From-SVN: r11325 --- gcc/config/sparc/aout.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/config/sparc/aout.h b/gcc/config/sparc/aout.h index 6adc593..478d710 100644 --- a/gcc/config/sparc/aout.h +++ b/gcc/config/sparc/aout.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for SPARC using a.out. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 1994, 1996 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). This file is part of GNU CC. @@ -19,8 +19,8 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "aoutos.h" /* A.out definitions */ #include "sparc/sparc.h" /* SPARC definitions */ +#include "aoutos.h" /* A.out definitions */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__" +#define CPP_PREDEFINES "-Dsparc -Acpu(sparc) -Amachine(sparc)" -- cgit v1.1