summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:30:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:30:46 +0000
commit8ca1e808e224fcd2581893d9bd2aabd2e7d0f432 (patch)
treea67a36a3401a7c36b7ac6648d40988fdeb337aff /c/src/exec/score/include/rtems
parent2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8ca1e808e224fcd2581893d9bd2aabd2e7d0f432.tar.bz2
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Include cpuopts.h for __i386__.
Diffstat (limited to 'c/src/exec/score/include/rtems')
-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