forked from Imagelibrary/rtems
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Include cpuopts.h for __i386__.
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* include/rtems/system.h: Include cpuopts.h for __i386__.
|
||||||
|
|
||||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -34,11 +34,12 @@ extern "C" {
|
|||||||
|| defined(__i960__) \
|
|| defined(__i960__) \
|
||||||
|| defined(__mc68000__) \
|
|| defined(__mc68000__) \
|
||||||
|| defined(__sh__) \
|
|| defined(__sh__) \
|
||||||
|| defined(__sparc__)
|
|| defined(__sparc__) \
|
||||||
|
|| defined(__i386__)
|
||||||
/* these cpus are ready to apply cpuopts.h */
|
/* these cpus are ready to apply cpuopts.h */
|
||||||
#include <rtems/score/cpuopts.h>
|
#include <rtems/score/cpuopts.h>
|
||||||
#else
|
#else
|
||||||
/* fallback to targopts.h for hppa1.1, i386, mips, and powerpc */
|
/* fallback to targopts.h for hppa1.1, mips, and powerpc */
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* include/rtems/system.h: Include cpuopts.h for __i386__.
|
||||||
|
|
||||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -34,11 +34,12 @@ extern "C" {
|
|||||||
|| defined(__i960__) \
|
|| defined(__i960__) \
|
||||||
|| defined(__mc68000__) \
|
|| defined(__mc68000__) \
|
||||||
|| defined(__sh__) \
|
|| defined(__sh__) \
|
||||||
|| defined(__sparc__)
|
|| defined(__sparc__) \
|
||||||
|
|| defined(__i386__)
|
||||||
/* these cpus are ready to apply cpuopts.h */
|
/* these cpus are ready to apply cpuopts.h */
|
||||||
#include <rtems/score/cpuopts.h>
|
#include <rtems/score/cpuopts.h>
|
||||||
#else
|
#else
|
||||||
/* fallback to targopts.h for hppa1.1, i386, mips, and powerpc */
|
/* fallback to targopts.h for hppa1.1, mips, and powerpc */
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user