From f38d829af4536932571dabfb154fdd10673b618f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jul 2000 20:45:13 +0000 Subject: Added Hitachi H8/300 to the list of CPUs that should be OK with using cpuopts.h and not targopts.h. --- c/src/exec/score/include/rtems/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/score/include') 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 -- cgit v1.2.3