From 8ca1e808e224fcd2581893d9bd2aabd2e7d0f432 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 Aug 2000 17:30:46 +0000 Subject: 2000-08-17 Ralf Corsepius * include/rtems/system.h: Include cpuopts.h for __i386__. --- c/src/exec/score/ChangeLog | 4 ++++ c/src/exec/score/include/rtems/system.h | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index c00bec1627..bc1096298a 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,4 +1,8 @@ +2000-08-17 Ralf Corsepius + + * include/rtems/system.h: Include cpuopts.h for __i386__. + 2000-08-10 Joel Sherrill * ChangeLog: New file. 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 #else - /* fallback to targopts.h for hppa1.1, i386, mips, and powerpc */ + /* fallback to targopts.h for hppa1.1, mips, and powerpc */ #include #endif -- cgit v1.2.3