1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2025-01-16 20:31:06 +02:00
iris/autogen.sh

8 lines
177 B
Bash
Raw Normal View History

2012-09-26 22:20:38 +02:00
#!/bin/sh
autoreconf --force --install --symlink
2013-05-14 18:30:50 -04:00
if [ $# -eq 0 ] ; then
./configure --host mipsel-linux-gnu --enable-udc-boot
else
./configure --host mipsel-linux-gnu "$@"
fi