forked from Imagelibrary/rtems
2003-04-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Fix typo in __ARMEB__ handling.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-04-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* rtems/score/cpu.h: Fix typo in __ARMEB__ handling.
|
||||
|
||||
2003-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use "all-local:" instead of "all:".
|
||||
|
||||
@@ -282,7 +282,7 @@ extern "C" {
|
||||
#if defined(__ARMEL__)
|
||||
#define CPU_BIG_ENDIAN FALSE
|
||||
#define CPU_LITTLE_ENDIAN TRUE
|
||||
#elif define(__ARMEB__)
|
||||
#elif defined(__ARMEB__)
|
||||
#define CPU_BIG_ENDIAN TRUE
|
||||
#define CPU_LITTLE_ENDIAN FALSE
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user