|
|
@@ -130,7 +130,7 @@ ifeq ($(ANDROID_ARCH),ARM)
|
|
|
CFLAGS = -std=c99 -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16
|
|
|
endif
|
|
|
ifeq ($(ANDROID_ARCH),ARM64)
|
|
|
- CFLAGS = -std=c99 -target aarch64 -mfix-cortex-a53-835769
|
|
|
+ CFLAGS = -std=c99 -mfix-cortex-a53-835769
|
|
|
endif
|
|
|
# Compilation functions attributes options
|
|
|
CFLAGS += -ffunction-sections -funwind-tables -fstack-protector-strong -fPIC
|