From c855b21aab8b5bd8b4587293ad87f000376cb9ad Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 12 Apr 2005 16:45:06 +0000 Subject: 2005-04-12 Ralf Corsepius * gccnewlib/mkspec.in: Use gccnewlib/ instead of gcc3newlib/. --- scripts/gccnewlib/mkspec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/gccnewlib') 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" \ -- cgit v1.2.3