summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/system.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index f8f0ed14d8..553c8b404a 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -30,14 +30,15 @@ extern "C" {
/*
* FIXME: cpuopts.h should be included here.
*/
-#if defined(__sh__) \
+#if defined(__h8300__) \
+ || defined(__i960__) \
|| defined(__mc68000__) \
- || defined(__h8300__) \
- || defined(__i960__)
+ || defined(__sh__) \
+ || defined(__sparc__)
/* these cpus are ready to apply cpuopts.h */
#include <rtems/score/cpuopts.h>
#else
- /* fallback to targopts.h */
+ /* fallback to targopts.h for hppa1.1, i386, mips, and powerpc */
#include <rtems/score/targopts.h>
#endif