mirror of https://gitee.com/bigwinds/arangodb
12 lines
268 B
Bash
Executable File
12 lines
268 B
Bash
Executable File
#!/bin/sh
|
|
echo ---------- mksnapshot -----------
|
|
echo $0
|
|
echo $1
|
|
echo $2
|
|
echo $3
|
|
echo $4
|
|
#qemu-arm /build/build-deb-arm-linux-gnueabihf/3rdParty/V8/v5.7.0.0/arm.release/mksnapshot $1 $2 $3 $4
|
|
|
|
@QEMU_ARCH@ @V8_TARGET_DIR@/@V8_PROC_ARCH@.release/mksnapshot $1 $2 $3 $4
|
|
|