mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 16:13:07 +00:00
Use __BFIN__ instead of BFIN.
This commit is contained in:
@@ -43,7 +43,7 @@ extern "C" {
|
|||||||
* Figure out all CPU Model Feature Flags based upon compiler
|
* Figure out all CPU Model Feature Flags based upon compiler
|
||||||
* predefines.
|
* predefines.
|
||||||
*/
|
*/
|
||||||
#if defined(BFIN)
|
#if defined(__BFIN__)
|
||||||
#define CPU_MODEL_NAME "BF533"
|
#define CPU_MODEL_NAME "BF533"
|
||||||
#define BF_HAS_FPU 0
|
#define BF_HAS_FPU 0
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user