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
This commit is contained in:
Joel Sherrill 2002-02-20 12:15:06 +00:00 committed by Joel Sherrill
parent dd071c207a
commit 1b7a2af6dd
5 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
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.
2002-02-20 Neil Booth <neil@daikokuya.demon.co.uk>
* cppinit.c (init_dependency_output): Take deps output file

View File

@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -D_EPI -D__rtems__ \
-Asystem(rtems) -Acpu(a29k) -Amachine(a29k)"
-Asystem=rtems -Acpu=a29k -Amachine=a29k"
/* Generate calls to memcpy, memcmp and memset. */
#ifndef TARGET_MEM_FUNCTIONS

View File

@ -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

View File

@ -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

View File

@ -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