2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/system.h: Fix typo in yesterday's change:
	RTEMS_MULTILIBS.
This commit is contained in:
Joel Sherrill
2002-01-20 17:05:36 +00:00
parent 003d4da3fc
commit 5addee5839
4 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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