summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-11 20:45:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-11 20:45:13 +0000
commitf38d829af4536932571dabfb154fdd10673b618f (patch)
tree06be591ffbaeceb0a63828da607d7141f8d92c31
parentAdding .cvsignore files. (diff)
downloadrtems-f38d829af4536932571dabfb154fdd10673b618f.tar.bz2
Added Hitachi H8/300 to the list of CPUs that should be OK with
using cpuopts.h and not targopts.h.
-rw-r--r--c/src/exec/score/include/rtems/system.h1
-rw-r--r--cpukit/score/include/rtems/system.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index f0c3c6f3e5..f8f0ed14d8 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -32,6 +32,7 @@ extern "C" {
*/
#if defined(__sh__) \
|| defined(__mc68000__) \
+ || defined(__h8300__) \
|| defined(__i960__)
/* these cpus are ready to apply cpuopts.h */
#include <rtems/score/cpuopts.h>
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index f0c3c6f3e5..f8f0ed14d8 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -32,6 +32,7 @@ extern "C" {
*/
#if defined(__sh__) \
|| defined(__mc68000__) \
+ || defined(__h8300__) \
|| defined(__i960__)
/* these cpus are ready to apply cpuopts.h */
#include <rtems/score/cpuopts.h>