summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/gccnewlib/mkspec.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 3ef57e103c..603338e377 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,9 @@
2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * gccnewlib/mkspec.in: Use gccnewlib/ instead of gcc3newlib/.
+
+2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* Makefile.am, configure.ac: Use gccnewlib/ instead of gcc3newlib/.
* README.cdn-X: Minor updates.
diff --git a/scripts/gccnewlib/mkspec.in b/scripts/gccnewlib/mkspec.in
index 58fab4bd17..7f245e308f 100644
--- a/scripts/gccnewlib/mkspec.in
+++ b/scripts/gccnewlib/mkspec.in
@@ -16,7 +16,7 @@ usage()
exit 1 ;
}
-specsrc=${RTEMS_DIR}/gcc3newlib/gccnewlib.spec.in
+specsrc=${RTEMS_DIR}/gccnewlib/gccnewlib.spec.in
while test $# -ge 2; do
case $1 in
@@ -59,7 +59,7 @@ patchn=`expr $patchn + 1`
PATCH3="Patch${patchn}: newlib-${newlib_version}-rtems-${newlib_patch_version}.diff"
fi
-# note that the variables in the gcc3newlib directory are actually the same
+# note that the variables in the gccnewlib directory are actually the same
sed -e "s,@PATCH1\@,${PATCH1}," \
-e "s,@PATCH3\@,${PATCH3}," \
-e "s%@Release\@%${gccnewlib_rpm_release}%g" \