mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-11-16 23:35:21 +02:00
4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/sh
|
||
|
autoreconf --force --install --symlink
|
||
|
./configure --host mipsel-linux-gnu "$@"
|