2001-02-27 Joel Sherrill <joel@OARcorp.com>

* rtems/score/cpu.h: Fix conditional to match current GCC.
This commit is contained in:
Joel Sherrill
2002-02-27 21:45:19 +00:00
parent 7f87dd34db
commit 2433bcaf86
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-02-27 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Fix conditional to match current GCC.
2001-02-05 Joel Sherrill <joel@OARcorp.com>
* rtems/Makefile.am, rtems/score/Makefile.am: Removed again.

View File

@@ -45,7 +45,7 @@ extern "C" {
#define CPU_MODEL_NAME "rtems_multilib"
#define OR32_HAS_FPU 1
#elif defined(or32)
#elif defined(__or1k__) || defined(__OR1K__)
#define CPU_MODEL_NAME "or32_model"
#define OR32_HAS_FPU 1

View File

@@ -1,3 +1,7 @@
2001-02-27 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Fix conditional to match current GCC.
2001-02-05 Joel Sherrill <joel@OARcorp.com>
* rtems/Makefile.am, rtems/score/Makefile.am: Removed again.

View File

@@ -45,7 +45,7 @@ extern "C" {
#define CPU_MODEL_NAME "rtems_multilib"
#define OR32_HAS_FPU 1
#elif defined(or32)
#elif defined(__or1k__) || defined(__OR1K__)
#define CPU_MODEL_NAME "or32_model"
#define OR32_HAS_FPU 1