diff options
author | Doug Evans <dje@gnu.org> | 1996-02-20 05:23:04 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-02-20 05:23:04 +0000 |
commit | 3ab295ac9a9c6a90fdce20070b7e53de240a24a3 (patch) | |
tree | 34b52e95c964c86a3d6153db4ccd4e0d415d1c1f | |
parent | 1065f0abc12c9075c54996ceb937c32284371ac5 (diff) | |
download | gcc-3ab295ac9a9c6a90fdce20070b7e53de240a24a3.zip gcc-3ab295ac9a9c6a90fdce20070b7e53de240a24a3.tar.gz gcc-3ab295ac9a9c6a90fdce20070b7e53de240a24a3.tar.bz2 |
(CPP_PREDEFINES): Delete __GCC_NEW_VARARGS__.
Add -Acpu(sparc) -Amachine(sparc).
From-SVN: r11325
-rw-r--r-- | gcc/config/sparc/aout.h | 6 |
1 files changed, 3 insertions, 3 deletions
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)" |