9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1731 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-04-24 22:54:52 +00:00
parent 62b2eaaa0a
commit e798c89abb
2 changed files with 3 additions and 4 deletions

View File

@ -33,6 +33,5 @@ buildroot-0.1.5 2009-xx-xx <spudmonkey@racsa.co.cr>
and config/arm926t-defconfig-4.2.4 because of differences in the
way that soft floating point is handled between these two
architectures.
* Add support for gcc-4.3.3 and the ARM Cortex-M3 processor (not yet
verified)
* Add support for gcc-4.3.3 and the ARM Cortex-M3 processor
* Add support for binutils 2.19.1

View File

@ -106,13 +106,13 @@ done
# Remove any previous tarballs
if [ -f ${TAR_NAME} ] ; then
echo "Removing ${PARENT}/${TAR_NAME}"
echo "Removing ${TAR_NAME}"
rm -f ${TAR_NAME} || \
{ echo "rm ${TAR_NAME} failed!" ; exit 1 ; }
fi
if [ -f ${ZIP_NAME} ] ; then
echo "Removing ${PARENT}/${ZIP_NAME}"
echo "Removing ${ZIP_NAME}"
rm -f ${ZIP_NAME} || \
{ echo "rm ${ZIP_NAME} failed!" ; exit 1 ; }
fi