summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/system.h
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/score/include/rtems/system.h
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 'c/src/exec/score/include/rtems/system.h')
-rw-r--r--c/src/exec/score/include/rtems/system.h2
1 files changed, 1 insertions, 1 deletions
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