From 14b5387b8ed253a669e73243698f8060a287ebbf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 25 Sep 2000 18:58:50 +0000 Subject: 2000-09-25 Joel Sherrill * rtems/score/hppa.h: Switched to using cpuopts.h not targopts.h to reduce dependency on BSP. --- cpukit/score/cpu/hppa1.1/ChangeLog | 5 +++++ cpukit/score/cpu/hppa1.1/rtems/score/hppa.h | 7 +++++++ 2 files changed, 12 insertions(+) (limited to 'cpukit') diff --git a/cpukit/score/cpu/hppa1.1/ChangeLog b/cpukit/score/cpu/hppa1.1/ChangeLog index c1f17260c6..8ec4977337 100644 --- a/cpukit/score/cpu/hppa1.1/ChangeLog +++ b/cpukit/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,8 @@ +2000-09-25 Joel Sherrill + + * rtems/score/hppa.h: Switched to using cpuopts.h not + targopts.h to reduce dependency on BSP. + 2000-09-06 Ralf Corsepius * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets. 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 @@ -55,6 +61,7 @@ extern "C" { #error "Unsupported CPU Model" +#endif #endif /* -- cgit v1.2.3