summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-12 16:45:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-12 16:45:06 +0000
commitc855b21aab8b5bd8b4587293ad87f000376cb9ad (patch)
tree08ecdd40eecff863cacc6f01e2ecec0009ef3350 /scripts/gccnewlib
parent2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c855b21aab8b5bd8b4587293ad87f000376cb9ad.tar.bz2
2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/mkspec.in: Use gccnewlib/ instead of gcc3newlib/.
Diffstat (limited to 'scripts/gccnewlib')
-rw-r--r--scripts/gccnewlib/mkspec.in4
1 files changed, 2 insertions, 2 deletions
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" \