diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-20 12:15:06 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-20 12:15:06 +0000 |
commit | 6cedc59a34e497885da0908b1c5f393a213dce41 (patch) | |
tree | 1ec8258a3b311876b9424c024bbe54436403833a /gcc/config/h8300 | |
parent | f60892e2f95e628585cd45d9f014ed3cb98d5c10 (diff) | |
download | gcc-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/h8300')
-rw-r--r-- | gcc/config/h8300/rtems.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/rtems.h b/gcc/config/h8300/rtems.h index b51ca188312..f1b4b33ee44 100644 --- a/gcc/config/h8300/rtems.h +++ b/gcc/config/h8300/rtems.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dh8300 \ -D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L \ - -D__rtems__ -Asystem(rtems)" + -D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS |