From 4b9a98ca60dedb1d07b82f6211cc3661fed3bd98 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 Aug 2000 17:17:06 +0000 Subject: 2000-08-25 Joel Sherrill * rtems/score/no_cpu.h: Modified so there are fewer and more consistent variations on "no cpu" so it is easier to sed the source as the starting point for a new port. --- cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/rtems') diff --git a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h index 6708a7abbd..d8dce74c59 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h @@ -1,7 +1,9 @@ /* no_cpu.h * - * This file is an example (i.e. no CPU) of the file which is - * created for each CPU family port of RTEMS. + * This file sets up basic CPU dependency settings based on + * compiler settings. For example, it can determine if + * floating point is available. This particular implementation + * is specified to the NO CPU port. * * * COPYRIGHT (c) 1989-1999. @@ -24,7 +26,7 @@ extern "C" { /* * This file contains the information required to build - * RTEMS for a particular member of the no CPU family. + * RTEMS for a particular member of the NO CPU family. * It does this by setting variables to indicate which * implementation dependent features are present in a particular * member of the family. -- cgit v1.2.3