ChinaUnix.net
相关文章推荐:

armlinuxgcc43

#!/bin/bash #this script will install arm-linux-gcc automatically for you. #the only thing you should do is change the VERSION variable. #author:creatory@mail.com #time:08/09/2009 #controled by you,(on default is 3.3.2) VERSION=3.3.2 #do not change below code armlinuxgcc=arm-linux-gcc-$VERSION.tar.bz2 if test $LOGNAME != "root";then echo "Be sure you are the root before running this script....

by creatory - Linux文档专区 - 2009-08-09 20:11:26 阅读(1033) 回复(0)

相关讨论