summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 17:05:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 17:05:36 +0000
commit5addee58391a05b3b57937c1e26b5183e6f7bf9c (patch)
tree67bfba69a004d94e8ac63ee532976503a701a7e5 /c/src/exec
parent2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5addee58391a05b3b57937c1e26b5183e6f7bf9c.tar.bz2
2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Fix typo in yesterday's change: RTEMS_MULTILIBS.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/ChangeLog5
-rw-r--r--c/src/exec/score/include/rtems/system.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index 472ae06395..e5363f3f5e 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/rtems/system.h: Fix typo in yesterday's change:
+ RTEMS_MULTILIBS.
+
2001-01-18 Joel Sherrill <joel@OARcorp.com>
* include/rtems/system.h: Only include cpuopts.h when building a
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index 3fdff9c92b..7b9e33fb59 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -37,7 +37,7 @@ extern "C" {
* are not ready to be built multilib yet.
*/
-#if !defined(RTEMS_MULTILIB)
+#if !defined(RTEMS_MULTILIBS)
#if defined(__PPC__) || defined(__sparc__) || defined(__i386__)
#include <rtems/score/targopts.h>
#endif