Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct minor

cosmetic things.
This commit is contained in:
Joel Sherrill
1998-10-13 15:03:27 +00:00
parent fbd532080c
commit 714137ef7c
4 changed files with 6 additions and 10 deletions

View File

@@ -76,8 +76,8 @@ _wdt_isp,
#define Str(a)#a
/*
* Some versions of gcc and all version of egcs at least until egcs-1.0.2
* are not able to handle #praga interrupt correctly if more than 1 isr is
* Some versions of gcc and all version of egcs at least until egcs-1.1b
* are not able to handle #pragma interrupt correctly if more than 1 isr is
* contained in a file and when optimizing.
* We try to work around this problem by using the macro below.
*/

View File

@@ -76,8 +76,8 @@ _wdt_isp,
#define Str(a)#a
/*
* Some versions of gcc and all version of egcs at least until egcs-1.0.2
* are not able to handle #praga interrupt correctly if more than 1 isr is
* Some versions of gcc and all version of egcs at least until egcs-1.1b
* are not able to handle #pragma interrupt correctly if more than 1 isr is
* contained in a file and when optimizing.
* We try to work around this problem by using the macro below.
*/

View File

@@ -76,8 +76,8 @@ _wdt_isp,
#define Str(a)#a
/*
* Some versions of gcc and all version of egcs at least until egcs-1.0.2
* are not able to handle #praga interrupt correctly if more than 1 isr is
* Some versions of gcc and all version of egcs at least until egcs-1.1b
* are not able to handle #pragma interrupt correctly if more than 1 isr is
* contained in a file and when optimizing.
* We try to work around this problem by using the macro below.
*/

View File

@@ -24,10 +24,6 @@ RTEMS_BSP_FAMILY=gensh1
#
CPU_CFLAGS=-m1
# Use the LIBC support for CYGNUS newlib
# RTEMS_LIBC_DIR must already be set
RTEMS_USE_NEWLIB=yes
# Define this to yes if this target supports multiprocessor environments.
HAS_MP=no