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