What Angstrom toolchain should I be using for the Cortex A8 on the Beagleboard-xM

I am using Ubuntu 10.04 32 bit and I want to cross compile QT for the
DM3730 processor which is an Arm Cortex A8 core. [This is the
processor on the BeagleBoard-XM] I am not sure what Angstrom
toolchain I should download, my choices are:

angstrom-2009.X-test-20091021-armv7a-linux-gnueabi-toolchain.tar.bz2
angstrom-2009.X-test-20091214-armv5te-linux-gnueabi-toolchain-
qte-4.5.2-i686.tar.bz2
angstrom-2009.X-test-20091214-armv5te-linux-gnueabi-toolchain-
qte-4.6.0-i686.tar.bz2
angstrom-2009.X-test-20091214-armv5te-linux-gnueabi-toolchain-
qte-4.6.0-x86_64.tar.bz2
angstrom-2010.4-test-20100421-x86_64-linux-armv4t-linux-gnueabi-
toolchain-qte-4.6.2.tar.bz2
angstrom-2010.4-test-20100421-x86_64-linux-armv5te-linux-gnueabi-
toolchain-qte-4.6.2.tar.bz2
angstrom-2010.4-test-20100421-x86_64-linux-armv6-linux-gnueabi-
toolchain-qte-4.6.2.tar.bz2
angstrom-2010.4-test-20100421-x86_64-linux-armv7a-linux-gnueabi-
toolchain-qte-4.6.2.tar.bz2
angstrom-2010.4-test-20100421-x86_64-linux-i686-linux-toolchain-
qte-4.6.2.tar.bz2
angstrom-2010.4-test-20100422-i686-linux-armv5te-linux-gnueabi-
toolchain-qte-4.6.2.tar.bz2
angstrom-2010.4-test-20100422-i686-linux-armv7a-linux-gnueabi-
toolchain-qte-4.6.2.tar.bz2

Thanks!

QT has already been compiled, if you want to build your app for qt/e, grab the -qte toolchain. Another option is to compile it natively on the beagle, that would allow you to use qt/x11 as well.

regards,

Koen

All of them are listed as a -qte toolchain, does it matter what arm
version (armv5te or armv7a) I pick?