mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
|
|
MOD_ARCH=arm
|
|
CROSS_COMPILE=armv7a-linux-androideabi
|
|
|
|
# for ARMv7
|
|
export CPPFLAGS="${CPPFLAGS} -march=armv7-a -mfloat-abi=softfp"
|
|
# this works around a bug:
|
|
export LDFLAGS="${LDFLAGS} -Wl,--fix-cortex-a8"
|
|
|