iw6-mod/deps/protobuf/kokoro/linux/aarch64/protoc_crosscompile_aarch64.sh
2024-02-27 01:34:37 -05:00

10 lines
147 B
Bash

#!/bin/bash
#
# Builds protobuf C++ with aarch64 crosscompiler.
set -ex
./autogen.sh
CXXFLAGS="-fPIC -g -O2" ./configure --host=aarch64
make -j8