0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/vars/vars-arm-cross

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
159 B
Plaintext
Raw Normal View History

export PLATFORM=linux-arm
export GPP_CMD=arm-linux-gnueabi-g++-4.6
export STRIP_CMD=arm-linux-gnueabi-strip
export LIB_OPT_LEVEL="-O3"
export LIB_FPIC="-fPIC"