summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/system.h')
-rw-r--r--cpukit/score/include/rtems/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index ab4c78735c..8495206d98 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -38,7 +38,7 @@ extern "C" {
*/
#if !defined(RTEMS_MULTILIBS)
-#if defined(__PPC__) || defined(__sparc__)
+#if defined(__PPC__)
#include <rtems/score/targopts.h>
#endif
#endif