From cf80584ec648b1265448a95e0b807568a9661751 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Apr 2002 14:01:19 +0000 Subject: 2002-04-17 Ralf Corsepius * include/rtems/system.h: Add the sparc to the target supporting multlibs. --- c/src/exec/score/include/rtems/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/include/rtems/system.h') diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h index ab4c78735c..8495206d98 100644 --- a/c/src/exec/score/include/rtems/system.h +++ b/c/src/exec/score/include/rtems/system.h @@ -38,7 +38,7 @@ extern "C" { */ #if !defined(RTEMS_MULTILIBS) -#if defined(__PPC__) || defined(__sparc__) +#if defined(__PPC__) #include #endif #endif -- cgit v1.2.3