eth0s/toolchain/template

11 lines
106 B
Text
Raw Permalink Normal View History

name=
version=
2021-04-18 08:19:42 +08:00
source=""
2018-12-01 00:12:45 +08:00
build() {
cd $name-$version
./configure --prefix=/tools
2018-12-01 00:12:45 +08:00
make
make install
}