From 4159370f5dbf77526a900a5374a1cd7c634937b8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jul 2000 21:16:53 +0000 Subject: Reworked score/cpu/sparc so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This primarily required moving erc32 specific information from score/cpu files to libcpu/sparc and the erc32 BSP. --- cpukit/score/include/rtems/system.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cpukit/score/include/rtems') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index f8f0ed14d8..553c8b404a 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -30,14 +30,15 @@ extern "C" { /* * FIXME: cpuopts.h should be included here. */ -#if defined(__sh__) \ +#if defined(__h8300__) \ + || defined(__i960__) \ || defined(__mc68000__) \ - || defined(__h8300__) \ - || defined(__i960__) + || defined(__sh__) \ + || defined(__sparc__) /* these cpus are ready to apply cpuopts.h */ #include #else - /* fallback to targopts.h */ + /* fallback to targopts.h for hppa1.1, i386, mips, and powerpc */ #include #endif -- cgit v1.2.3