summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/mkspec.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-12 08:13:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-12 08:13:48 +0000
commit2807216861fce8c3f6ba68ad66f0ad98f6a113a4 (patch)
tree2cfa44e3b64e036234cca273d8ae1d9512eb6957 /scripts/gcc3newlib/mkspec.in
parent2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2807216861fce8c3f6ba68ad66f0ad98f6a113a4.tar.bz2
Fix stupid typo in previous patch.
Diffstat (limited to '')
-rw-r--r--scripts/gcc3newlib/mkspec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc3newlib/mkspec.in b/scripts/gcc3newlib/mkspec.in
index 044a1575d5..2d86229d3e 100644
--- a/scripts/gcc3newlib/mkspec.in
+++ b/scripts/gcc3newlib/mkspec.in
@@ -62,7 +62,7 @@ fi
# note that the variables in the gcc3newlib directory are actually the same
sed -e "s,@PATCH1\@,${PATCH1}," \
-e "s,@PATCH3\@,${PATCH3}," \
- -e "s%@Release\@%${newlib_rpm_release}%g" \
+ -e "s%@Release\@%${gcc3newlib_rpm_release}%g" \
-e "s%@target_alias\@%${target_alias}%g" \
-e "s%@prefix\@%@prefix@%g" \
-e "s,@rpmprefix\@,@rpmprefix@,g" \