diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index f62f18ee6f..ea3930ba09 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,3 +1,7 @@ +2002-04-12 Ralf Corsepius + + * include/rtems/system.h: Add i386 to multilib-able targets. + 2001-04-11 Joel Sherrill diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h index 7b9e33fb59..ab4c78735c 100644 --- a/c/src/exec/score/include/rtems/system.h +++ b/c/src/exec/score/include/rtems/system.h @@ -38,7 +38,7 @@ extern "C" { */ #if !defined(RTEMS_MULTILIBS) -#if defined(__PPC__) || defined(__sparc__) || defined(__i386__) +#if defined(__PPC__) || defined(__sparc__) #include #endif #endif diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index f62f18ee6f..ea3930ba09 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,3 +1,7 @@ +2002-04-12 Ralf Corsepius + + * include/rtems/system.h: Add i386 to multilib-able targets. + 2001-04-11 Joel Sherrill diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 7b9e33fb59..ab4c78735c 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -38,7 +38,7 @@ extern "C" { */ #if !defined(RTEMS_MULTILIBS) -#if defined(__PPC__) || defined(__sparc__) || defined(__i386__) +#if defined(__PPC__) || defined(__sparc__) #include #endif #endif