2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/system.h: Include cpuopts.h for __i386__.
This commit is contained in:
Joel Sherrill
2000-08-25 17:30:46 +00:00
parent 95990b57ea
commit 8ca1e808e2
4 changed files with 14 additions and 4 deletions

View File

@@ -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>
* ChangeLog: New file.

View File

@@ -34,11 +34,12 @@ extern "C" {
|| defined(__i960__) \
|| defined(__mc68000__) \
|| defined(__sh__) \
|| defined(__sparc__)
|| defined(__sparc__) \
|| defined(__i386__)
/* these cpus are ready to apply cpuopts.h */
#include <rtems/score/cpuopts.h>
#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>
#endif

View File

@@ -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>
* ChangeLog: New file.

View File

@@ -34,11 +34,12 @@ extern "C" {
|| defined(__i960__) \
|| defined(__mc68000__) \
|| defined(__sh__) \
|| defined(__sparc__)
|| defined(__sparc__) \
|| defined(__i386__)
/* these cpus are ready to apply cpuopts.h */
#include <rtems/score/cpuopts.h>
#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>
#endif