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

	# mv armv6hf /cross
	# export PATH=$PATH:/cross/armv6hf/tools/bin

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

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

