summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/hppa1.1/rtems/score/hppa.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 18:58:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 18:58:50 +0000
commit14b5387b8ed253a669e73243698f8060a287ebbf (patch)
tree1be90ee354ae9298c39b4d413fca0e62cd6563da /cpukit/score/cpu/hppa1.1/rtems/score/hppa.h
parent2000-09-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-14b5387b8ed253a669e73243698f8060a287ebbf.tar.bz2
2000-09-25 Joel Sherrill <joel@OARcorp.com>
* rtems/score/hppa.h: Switched to using cpuopts.h not targopts.h to reduce dependency on BSP.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/hppa1.1/rtems/score/hppa.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/hppa1.1/rtems/score/hppa.h b/cpukit/score/cpu/hppa1.1/rtems/score/hppa.h
index 1e1e3284df..9cfe22f817 100644
--- a/cpukit/score/cpu/hppa1.1/rtems/score/hppa.h
+++ b/cpukit/score/cpu/hppa1.1/rtems/score/hppa.h
@@ -35,6 +35,12 @@ extern "C" {
* present in a particular member of the family.
*/
+/*
+ * Hack to allow multlib effort to continue -- known to build.
+ */
+
+#define CPU_MODEL_NAME "hppa 7xxx"
+#if 0
#if defined(rtems_multilib)
/*
* Figure out all CPU Model Feature Flags based upon compiler
@@ -56,6 +62,7 @@ extern "C" {
#error "Unsupported CPU Model"
#endif
+#endif
/*
* Define the name of the CPU family.