summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/cpu/sh/cpu_isps.c4
-rw-r--r--c/src/exec/score/cpu/sh/ispsh7032.c4
-rw-r--r--c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c4
-rw-r--r--make/custom/gensh1.cfg4
4 files changed, 6 insertions, 10 deletions
diff --git a/c/src/exec/score/cpu/sh/cpu_isps.c b/c/src/exec/score/cpu/sh/cpu_isps.c
index 1643785810..3ef3c32465 100644
--- a/c/src/exec/score/cpu/sh/cpu_isps.c
+++ b/c/src/exec/score/cpu/sh/cpu_isps.c
@@ -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.
*/
diff --git a/c/src/exec/score/cpu/sh/ispsh7032.c b/c/src/exec/score/cpu/sh/ispsh7032.c
index 1643785810..3ef3c32465 100644
--- a/c/src/exec/score/cpu/sh/ispsh7032.c
+++ b/c/src/exec/score/cpu/sh/ispsh7032.c
@@ -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.
*/
diff --git a/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c b/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
index 1643785810..3ef3c32465 100644
--- a/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
+++ b/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
@@ -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.
*/
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 4f538f72c7..b53b3418b0 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -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