summaryrefslogtreecommitdiff
path: root/gcc/config/mips/rtems.h
diff options
context:
space:
mode:
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-20 12:15:06 +0000
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-20 12:15:06 +0000
commit6cedc59a34e497885da0908b1c5f393a213dce41 (patch)
tree1ec8258a3b311876b9424c024bbe54436403833a /gcc/config/mips/rtems.h
parentf60892e2f95e628585cd45d9f014ed3cb98d5c10 (diff)
downloadgcc-6cedc59a34e497885da0908b1c5f393a213dce41.tar.gz
2001-02-20 Joel Sherrill <joel@OARcorp.com>
* config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h, config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem(). Also done for -Acpu and -Amachine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/rtems.h')
-rw-r--r--gcc/config/mips/rtems.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/rtems.h b/gcc/config/mips/rtems.h
index d11aae0aa1a..0a2692ac906 100644
--- a/gcc/config/mips/rtems.h
+++ b/gcc/config/mips/rtems.h
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dmips -DMIPSEB -D_mips -D_MIPSEB \
- -D__rtems__ -Asystem(rtems)"
+ -D__rtems__ -Asystem=rtems"
/* Generate calls to memcpy, memcmp and memset. */
#ifndef TARGET_MEM_FUNCTIONS