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

* include/rtems/system.h: Remove targopts.h.
This commit is contained in:
Joel Sherrill
2002-04-18 13:07:50 +00:00
parent 8b9f8b8b1d
commit 9779f3dbb7
4 changed files with 10 additions and 30 deletions

View File

@@ -1,3 +1,7 @@
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Remove targopts.h.
2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Add the sparc to the target supporting

View File

@@ -22,27 +22,13 @@ extern "C" {
#endif
/*
* The target options include file defines all target dependent
* The cpu options include file defines all cpu dependent
* parameters for this build of RTEMS. It must be included
* first so the basic macro definitions are in place.
*/
#include <rtems/score/cpuopts.h>
/*
* FIXME: No port should have to include targopts.h
*
* Most cpus are ready to apply only cpuopts.h but these ports
* unfortunately still need targopts.h. This means these ports
* are not ready to be built multilib yet.
*/
#if !defined(RTEMS_MULTILIBS)
#if defined(__PPC__)
#include <rtems/score/targopts.h>
#endif
#endif
/*
* The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager