summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/a29k/rtems/score/a29k.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/a29k/rtems/score/a29k.h')
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/a29k.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/score/cpu/a29k/rtems/score/a29k.h b/cpukit/score/cpu/a29k/rtems/score/a29k.h
index e1e359d075..99a2626202 100644
--- a/cpukit/score/cpu/a29k/rtems/score/a29k.h
+++ b/cpukit/score/cpu/a29k/rtems/score/a29k.h
@@ -28,6 +28,15 @@ extern "C" {
* of the family.
*/
+#define A29K_HAS_FPU 0
+#define CPU_MODEL_NAME "a29xxx"
+
+/*
+ * Moving toward multilib with no attempt to distinguish
+ * multilib features in gcc.
+ */
+
+#if 0
#if defined(rtems_multilib)
/*
* Figure out all CPU Model Feature Flags based upon compiler
@@ -47,6 +56,7 @@ extern "C" {
#error "Unsupported CPU Model"
#endif
+#endif
/*
* Define the name of the CPU family.