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.
This commit is contained in:
Joel Sherrill
2000-09-25 18:58:50 +00:00
parent 3e0f6985d1
commit 14b5387b8e
4 changed files with 24 additions and 0 deletions

View File

@@ -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.

View File

@@ -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
/*