Root/autogen.sh

1#!/bin/sh
2autoreconf --force --install --symlink
3if [ $# -eq 0 ] ; then
4    ./configure --host mipsel-linux-gnu --enable-udc-boot
5else
6    ./configure --host mipsel-linux-gnu "$@"
7fi
8

Archive Download this file

Branches:
master



interactive