forked from Imagelibrary/rtems
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct minor
cosmetic things.
This commit is contained in:
@@ -76,8 +76,8 @@ _wdt_isp,
|
|||||||
#define Str(a)#a
|
#define Str(a)#a
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some versions of gcc and all version of egcs at least until egcs-1.0.2
|
* Some versions of gcc and all version of egcs at least until egcs-1.1b
|
||||||
* are not able to handle #praga interrupt correctly if more than 1 isr is
|
* are not able to handle #pragma interrupt correctly if more than 1 isr is
|
||||||
* contained in a file and when optimizing.
|
* contained in a file and when optimizing.
|
||||||
* We try to work around this problem by using the macro below.
|
* We try to work around this problem by using the macro below.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -76,8 +76,8 @@ _wdt_isp,
|
|||||||
#define Str(a)#a
|
#define Str(a)#a
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some versions of gcc and all version of egcs at least until egcs-1.0.2
|
* Some versions of gcc and all version of egcs at least until egcs-1.1b
|
||||||
* are not able to handle #praga interrupt correctly if more than 1 isr is
|
* are not able to handle #pragma interrupt correctly if more than 1 isr is
|
||||||
* contained in a file and when optimizing.
|
* contained in a file and when optimizing.
|
||||||
* We try to work around this problem by using the macro below.
|
* We try to work around this problem by using the macro below.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -76,8 +76,8 @@ _wdt_isp,
|
|||||||
#define Str(a)#a
|
#define Str(a)#a
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some versions of gcc and all version of egcs at least until egcs-1.0.2
|
* Some versions of gcc and all version of egcs at least until egcs-1.1b
|
||||||
* are not able to handle #praga interrupt correctly if more than 1 isr is
|
* are not able to handle #pragma interrupt correctly if more than 1 isr is
|
||||||
* contained in a file and when optimizing.
|
* contained in a file and when optimizing.
|
||||||
* We try to work around this problem by using the macro below.
|
* We try to work around this problem by using the macro below.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -24,10 +24,6 @@ RTEMS_BSP_FAMILY=gensh1
|
|||||||
#
|
#
|
||||||
CPU_CFLAGS=-m1
|
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.
|
# Define this to yes if this target supports multiprocessor environments.
|
||||||
HAS_MP=no
|
HAS_MP=no
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user