summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include')
-rw-r--r--c/src/exec/score/include/rtems/system.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index 553c8b404a..b2f5690594 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -34,11 +34,12 @@ extern "C" {
|| defined(__i960__) \
|| defined(__mc68000__) \
|| defined(__sh__) \
- || defined(__sparc__)
+ || defined(__sparc__) \
+ || defined(__i386__)
/* these cpus are ready to apply cpuopts.h */
#include <rtems/score/cpuopts.h>
#else
- /* fallback to targopts.h for hppa1.1, i386, mips, and powerpc */
+ /* fallback to targopts.h for hppa1.1, mips, and powerpc */
#include <rtems/score/targopts.h>
#endif