Changeset 536b41a in rtems
- Timestamp:
- Feb 26, 2003, 7:16:01 AM (18 years ago)
- Children:
- f622d16
- Parents:
- 55e2e98
- Location:
- cpukit/score/cpu/arm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/arm/ChangeLog
r55e2e98 r536b41a 1 2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/arm/rtems/score/arm.h
r55e2e98 r536b41a 66 66 67 67 /* All ARM CPUs are assumed to not have floating point units */ 68 #if defined(__SOFTFP__) 68 69 #define ARM_HAS_FPU 0 70 #else 71 #define ARM_HAS_FPU 1 72 # error "FPU-support not yet implemented for the arm" 73 #endif 74 69 75 70 76 /*
Note: See TracChangeset
for help on using the changeset viewer.