From 541dfb2a06e022f700253b5fec9bc597a65fa427 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Jan 1997 00:22:24 +0000 Subject: Removed definitions which are now in targopts.h. This eliminates the need for the "sed'ing" of this file. This should be a significant win when addressing non-unix host and non-gnu toolsets. --- c/src/exec/score/include/rtems/system.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 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 74929eade6..4e048d582b 100644 --- a/c/src/exec/score/include/rtems/system.h +++ b/c/src/exec/score/include/rtems/system.h @@ -23,16 +23,12 @@ extern "C" { #endif /* - * The following define the CPU Family and Model within the family - * - * NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced - * with either "USE_INLINES" or "USE_MACROS" based upon the - * whether this target configuration uses the inline or - * macro implementations of the inlined RTEMS routines. + * The target options include file defines all target dependent + * parameters for this build of RTEMS. It must be included + * first so the basic macro definitions are in place. */ - -#define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS +#include /* * The following insures that all data is declared in the space -- cgit v1.2.3