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