1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2024-06-07 10:21:06 +03:00
iris/autogen.sh
2013-05-14 18:30:50 -04:00

8 lines
177 B
Bash
Executable File

#!/bin/sh
autoreconf --force --install --symlink
if [ $# -eq 0 ] ; then
./configure --host mipsel-linux-gnu --enable-udc-boot
else
./configure --host mipsel-linux-gnu "$@"
fi