Sign in
flutter
/
third_party
/
protobuf
/
4939dd91fe70ced9923cbbc8f46b1280a9696721
/
.
/
kokoro
/
linux
/
aarch64
/
protoc_crosscompile_aarch64.sh
blob: 77942a493157fc38ac51238a59b74cb6939a55e6 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Builds protobuf C++ with aarch64 crosscompiler.
set
-
ex
./
autogen
.
sh
CXXFLAGS
=
"-fPIC -g -O2"
./
configure
--
host
=
aarch64
make
-
j8