mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user