summaryrefslogtreecommitdiffstats
path: root/c/src
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 /c/src
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 'c/src')
-rw-r--r--c/src/exec/score/cpu/hppa1.1/ChangeLog5
-rw-r--r--c/src/exec/score/cpu/hppa1.1/rtems/score/hppa.h7
2 files changed, 12 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/hppa1.1/ChangeLog b/c/src/exec/score/cpu/hppa1.1/ChangeLog
index c1f17260c6..8ec4977337 100644
--- a/c/src/exec/score/cpu/hppa1.1/ChangeLog
+++ b/c/src/exec/score/cpu/hppa1.1/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
diff --git a/c/src/exec/score/cpu/hppa1.1/rtems/score/hppa.h b/c/src/exec/score/cpu/hppa1.1/rtems/score/hppa.h
index 1e1e3284df..9cfe22f817 100644
--- a/c/src/exec/score/cpu/hppa1.1/rtems/score/hppa.h
+++ b/c/src/exec/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.