summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 14:01:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 14:01:19 +0000
commitcf80584ec648b1265448a95e0b807568a9661751 (patch)
treeca13d2a423164fd59b34d5fa8fb3d46d8013c38a /c/src/exec/score/include
parent2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cf80584ec648b1265448a95e0b807568a9661751.tar.bz2
2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Add the sparc to the target supporting multlibs.
Diffstat (limited to 'c/src/exec/score/include')
-rw-r--r--c/src/exec/score/include/rtems/system.h2
1 files changed, 1 insertions, 1 deletions
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 <rtems/score/targopts.h>
#endif
#endif