forked from Imagelibrary/rtems
2001-02-27 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Fix conditional to match current GCC.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user