summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
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
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')
-rw-r--r--c/src/exec/score/ChangeLog5
-rw-r--r--c/src/exec/score/include/rtems/system.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index 605154be0e..6979082759 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/rtems/system.h: Add the sparc to the target supporting
+ multlibs.
+
2002-04-16 Chris Johns <ccj@acm.org>
* src/threadinitialize.c: Per PR181, clear the array of user extension
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