forked from Imagelibrary/rtems
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
/* no_cpu.h
|
/* no_cpu.h
|
||||||
*
|
*
|
||||||
* This file is an example (i.e. no CPU) of the file which is
|
* This file sets up basic CPU dependency settings based on
|
||||||
* created for each CPU family port of RTEMS.
|
* 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.
|
* COPYRIGHT (c) 1989-1999.
|
||||||
@@ -24,7 +26,7 @@ extern "C" {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* This file contains the information required to build
|
* 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
|
* It does this by setting variables to indicate which
|
||||||
* implementation dependent features are present in a particular
|
* implementation dependent features are present in a particular
|
||||||
* member of the family.
|
* member of the family.
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
/* no_cpu.h
|
/* no_cpu.h
|
||||||
*
|
*
|
||||||
* This file is an example (i.e. no CPU) of the file which is
|
* This file sets up basic CPU dependency settings based on
|
||||||
* created for each CPU family port of RTEMS.
|
* 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.
|
* COPYRIGHT (c) 1989-1999.
|
||||||
@@ -24,7 +26,7 @@ extern "C" {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* This file contains the information required to build
|
* 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
|
* It does this by setting variables to indicate which
|
||||||
* implementation dependent features are present in a particular
|
* implementation dependent features are present in a particular
|
||||||
* member of the family.
|
* member of the family.
|
||||||
|
|||||||
Reference in New Issue
Block a user