summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/system.h')
-rw-r--r--c/src/exec/score/include/rtems/system.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index b2f5690594..55eca15c61 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -30,7 +30,9 @@ extern "C" {
/*
* FIXME: cpuopts.h should be included here.
*/
-#if defined(__h8300__) \
+#if defined(_AM29K) \
+ || defined(__hppa__) \
+ || defined(__h8300__) \
|| defined(__i960__) \
|| defined(__mc68000__) \
|| defined(__sh__) \
@@ -39,7 +41,7 @@ extern "C" {
/* these cpus are ready to apply cpuopts.h */
#include <rtems/score/cpuopts.h>
#else
- /* fallback to targopts.h for hppa1.1, mips, and powerpc */
+ /* fallback to targopts.h for mips and powerpc */
#include <rtems/score/targopts.h>
#endif