
SliTaz Prebuilt arm cross toolchain
================================================================================
Move this arm cross compilation toolchain to /usr/cross then add tools
to your PATH environment and test the toolchain:

	# mv arm /usr/cross
	# export PATH=$PATH:/usr/cross/arm/bin

	# echo 'int main() { return 0; }' > test.c
	# arm-slitaz-linux-gnueabi-gcc -v -o test.out test.c
	# readelf -h test.out

================================================================================

