commit | 4342e417a56d315fc67a336a65eef239bd9a1817 | [log] [tgz] |
---|---|---|
author | Jan Tattermusch <jtattermusch@google.com> | Fri Apr 23 12:08:15 2021 +0200 |
committer | Jan Tattermusch <jtattermusch@google.com> | Fri Apr 23 12:09:23 2021 +0200 |
tree | 1c0aedb30c477faad2a0e4046c9583772e345521 | |
parent | 7956ad20d6a1a43d2b2f7758636b72d4427681c7 [diff] |
add protoc_crosscompile_aarch64.sh (same as for java aarch64 tests)
diff --git a/kokoro/linux/aarch64/protoc_crosscompile_aarch64.sh b/kokoro/linux/aarch64/protoc_crosscompile_aarch64.sh new file mode 100755 index 0000000..77942a4 --- /dev/null +++ b/kokoro/linux/aarch64/protoc_crosscompile_aarch64.sh
@@ -0,0 +1,9 @@ +#!/bin/bash +# +# Builds protobuf C++ with aarch64 crosscompiler. + +set -ex + +./autogen.sh +CXXFLAGS="-fPIC -g -O2" ./configure --host=aarch64 +make -j8