mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
export CFLAGS="-O3 -fPIC -pie -fpic"
|
|
./android-shell.sh mips64 ./android-build.sh mips64-static
|