2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/system.h: Add the sparc to the target supporting
	multlibs.
This commit is contained in:
Joel Sherrill
2002-04-17 14:01:19 +00:00
parent 942f98168a
commit cf80584ec6
4 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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