aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/rtems.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>2002-02-20 12:15:06 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2002-02-20 12:15:06 +0000
commit1b7a2af6dd6962ce0a05f4df876cef50840198cd (patch)
tree1ec8258a3b311876b9424c024bbe54436403833a /gcc/config/mips/rtems.h
parentdd071c207a150d20e81b3dca74cdd7fbd39f6f92 (diff)
downloadgcc-1b7a2af6dd6962ce0a05f4df876cef50840198cd.zip
gcc-1b7a2af6dd6962ce0a05f4df876cef50840198cd.tar.gz
gcc-1b7a2af6dd6962ce0a05f4df876cef50840198cd.tar.bz2
rtems.h, [...]: Use new style of -Asystem= rather than -Asystem().
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. From-SVN: r49898
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 d11aae0..0a2692a 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