forked from Imagelibrary/rtems
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* asm.h: include cpuopts.h instead of targopts.h * rtems/score/arm.h: Use __arm__.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* asm.h: include cpuopts.h instead of targopts.h
|
||||
* rtems/score/arm.h: Use __arm__.
|
||||
|
||||
2001-11-28 Joel Sherrill <joel@OARcorp.com>,
|
||||
|
||||
This was tracked as PR91.
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#ifndef ASM
|
||||
#define ASM
|
||||
#endif
|
||||
#include <rtems/score/targopts.h>
|
||||
#include <rtems/score/cpuopts.h>
|
||||
#include <rtems/score/arm.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -29,7 +29,7 @@ extern "C" {
|
||||
* of the family.
|
||||
*/
|
||||
|
||||
#if defined(arm)
|
||||
#if defined(__arm__)
|
||||
|
||||
#define CPU_MODEL_NAME "arm"
|
||||
#define ARM_HAS_FPU 0
|
||||
|
||||
Reference in New Issue
Block a user