2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org>

* gccnewlib/mkspec.in: Use gccnewlib/ instead of gcc3newlib/.
This commit is contained in:
Ralf Corsepius
2005-04-12 16:45:06 +00:00
parent b5402c685a
commit c855b21aab
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
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/.

View File

@@ -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" \