Simple wrappers around using rpmbuild to turn off various things. In th arm cases, we can't cross build perf or tools anyway.
3 lines
162 B
Bash
Executable file
3 lines
162 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rpmbuild --target armv7hl --with cross --without debuginfo --without perf --without tools --define "__strip /usr/bin/arm-linux-gnu-strip" --rebuild $1
|