diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-25 01:53:26 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-25 01:53:26 +0000 |
commit | b6a44b5dc9ca4948f16f8f811b4d4ab2d54a05c6 (patch) | |
tree | 1a6d386fde652acc17402a6773c05b9df8f6bbcb /gcc/config/sparc/rtemself.h | |
parent | 37f722b2db4b214ab62d49768442256863adeb6d (diff) | |
download | gcc-b6a44b5dc9ca4948f16f8f811b4d4ab2d54a05c6.tar.gz |
* config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
-Acpu and -Amachine.h.
* config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
Corrected header to say ELF not a.out.
* config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
when given -msoft-float.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44328 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/rtemself.h')
-rw-r--r-- | gcc/config/sparc/rtemself.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/rtemself.h b/gcc/config/sparc/rtemself.h index 62277abe79d..cfc95f28b8c 100644 --- a/gcc/config/sparc/rtemself.h +++ b/gcc/config/sparc/rtemself.h @@ -1,4 +1,4 @@ -/* Definitions for rtems targeting a SPARC using a.out. +/* Definitions for rtems targeting a SPARC using ELF. Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__ -Drtems -D__rtems__ \ - -Asystem=rtems -Acpu=sparc -Amachine=sparc" + -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS |