2002-04-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/system.h: Add i386 to multilib-able targets.
This commit is contained in:
Joel Sherrill
2002-04-12 15:11:16 +00:00
parent 43f67aa4cb
commit 231fccb299
4 changed files with 10 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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