summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/ChangeLog4
-rw-r--r--c/src/exec/score/include/rtems/system.h2
2 files changed, 5 insertions, 1 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * include/rtems/system.h: Add i386 to multilib-able targets.
+
2001-04-11 Joel Sherrill <joel@OARcorp.com>
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 <rtems/score/targopts.h>
#endif
#endif