summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-12-19 17:41:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-12-19 17:41:30 +0000
commitffec1276c600adfdc533128faf04d36f976af576 (patch)
tree6f52f9749024f99522a5fd8405ea5825bc5508d5 /scripts
parentAdd URL:. (diff)
downloadrtems-ffec1276c600adfdc533128faf04d36f976af576.tar.bz2
Use Source50/Patch50 for newlib.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gccnewlib/mkspec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gccnewlib/mkspec.in b/scripts/gccnewlib/mkspec.in
index 0c0f287c7b..442c403beb 100644
--- a/scripts/gccnewlib/mkspec.in
+++ b/scripts/gccnewlib/mkspec.in
@@ -49,16 +49,16 @@ target_alias=$1
. ./$CFG
if test -n "${gcc_patch_version}"; then
-PATCH0="Patch0: gcc-${gcc_version}-rtems-${gcc_patch_version}.diff"
+PATCH0="Patch0: gcc-${gcc_version}-rtems-${gcc_patch_version}.diff"
fi
if test -n "${newlib_patch_version}"; then
-PATCH1="Patch1: newlib-${newlib_version}-rtems-${newlib_patch_version}.diff"
+PATCH50="Patch50: newlib-${newlib_version}-rtems-${newlib_patch_version}.diff"
fi
# note that the variables in the gccnewlib directory are actually the same
sed -e "s,@PATCH0\@,${PATCH0}," \
- -e "s,@PATCH1\@,${PATCH1}," \
+ -e "s,@PATCH50\@,${PATCH50}," \
-e "s,@Release\@,${gccnewlib_rpm_release},g" \
-e "s,@target_alias\@,${target_alias},g" \
-e "s,@prefix\@,@prefix@,g" \