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/ChangeLog | 5 +++++ c/src/exec/score/include/rtems/system.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/exec/score') 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 + + * include/rtems/system.h: Add the sparc to the target supporting + multlibs. + 2002-04-16 Chris Johns * 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 #endif #endif -- cgit v1.2.3