From 9779f3dbb762ea40c8a98b020b304e760271057c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Apr 2002 13:07:50 +0000 Subject: 2002-04-18 Ralf Corsepius * include/rtems/system.h: Remove targopts.h. --- c/src/exec/score/include/rtems/system.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'c/src/exec/score/include/rtems/system.h') diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h index 8495206d98..92b05c340c 100644 --- a/c/src/exec/score/include/rtems/system.h +++ b/c/src/exec/score/include/rtems/system.h @@ -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 -/* - * 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 -#endif -#endif - /* * The following ensures that all data is declared in the space * of the initialization routine for either the Initialization Manager -- cgit v1.2.3