mirror of
https://github.com/mollyim/unbound.git
synced 2025-05-13 05:40:36 +01:00
- Keep 'arm64-v8a' support for Travis android builds.
This commit is contained in:
parent
c228e0ac16
commit
042ba77c63
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ case "$THE_ARCH" in
|
|||
CXXFLAGS="-march=armv7-a -mthumb -mfloat-abi=softfp -funwind-tables -fexceptions -frtti"
|
||||
;;
|
||||
|
||||
armv8*|aarch64|arm64)
|
||||
armv8*|aarch64|arm64*)
|
||||
CC="aarch64-linux-android$ANDROID_API-clang"
|
||||
CXX="aarch64-linux-android$ANDROID_API-clang++"
|
||||
LD="aarch64-linux-android-ld"
|
||||
|
|
Loading…
Reference in a new issue