| Index: tools/precompilation/test_linux_simarm.sh
|
| diff --git a/tools/precompilation/test_linux_simarm.sh b/tools/precompilation/test_linux_simarm.sh
|
| deleted file mode 100755
|
| index 13d09eb34ec33ab703b4091060a40d49ce0159ce..0000000000000000000000000000000000000000
|
| --- a/tools/precompilation/test_linux_simarm.sh
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -#!/usr/bin/env bash
|
| -
|
| -set -ex
|
| -
|
| -# Usage:
|
| -# cd sdk
|
| -# ./tools/precompilation/test_linux.sh <dart-script-file>
|
| -
|
| -./tools/build.py -mdebug -asimarm runtime
|
| -
|
| -./out/DebugSIMARM/dart_bootstrap --gen-precompiled-snapshot --package-root=out/DebugX64/packages/ "$1"
|
| -
|
| -gcc -nostartfiles -m32 -shared -Wl,-soname,libprecompiled.so -o libprecompiled.so precompiled.S
|
| -
|
| -gdb -ex run --args ./out/DebugSIMARM/dart_precompiled_runtime --run-precompiled-snapshot=$PWD not_used.dart
|
|
|