upgrade gcc to 4.5.3

This commit is contained in:
Max Kellermann 2011-10-11 20:57:29 +02:00
parent 0d03ae6d23
commit 44a9fd14ff
3 changed files with 3 additions and 2 deletions

1
NEWS
View File

@ -2,6 +2,7 @@ Change log of cegcc-mk
======================
2011-10-12
- upgrade gcc to 4.5.3
2011-10-10
- upgrade gcc to 4.4.6

View File

@ -235,7 +235,7 @@ build_bootstrap_gcc()
make install-gcc || exit 1
cd ${TARGET}/libgcc || exit 1
make ${PARALLELLISM} libgcc.a || exit 1
/usr/bin/install -c -m 644 libgcc.a ${PREFIX}/lib/gcc/${TARGET}/4.4.6 || exit 1
/usr/bin/install -c -m 644 libgcc.a ${PREFIX}/lib/gcc/${TARGET}/4.5.3 || exit 1
;;
esac

@ -1 +1 @@
Subproject commit f92be24e3a92fdb525c29f37fce8d1415f9ed193
Subproject commit 87245f472975dcd239c7a4155a17ca4a2d450428