summaryrefslogtreecommitdiff
path: root/gcc/config/arm/rtems-elf.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/arm/rtems-elf.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/arm/rtems-elf.h')
-rw-r--r--gcc/config/arm/rtems-elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h
index fd311e4dd7b..8663768ab81 100644
--- a/gcc/config/arm/rtems-elf.h
+++ b/gcc/config/arm/rtems-elf.h
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
#define HAS_INIT_SECTION
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-D__rtems__ -D__ELF__ -Asystem(rtems)"
+#define CPP_PREDEFINES "-D__rtems__ -D__ELF__ -Asystem=rtems"
#undef INVOKE_main