ref: 61ab32e6f54c471fce54861fd8b66c09b9ce331e
dir: /build/platform-linux.mk/
include build/platform-arch.mk SHAREDLIBSUFFIX = so CFLAGS += -Wall -fno-strict-aliasing -fPIC -DLINUX -MMD -MP LDFLAGS += -lpthread ifeq ($(ASM_ARCH), x86) ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f elf64 else ASMFLAGS += -f elf32 endif endif ifeq ($(ASM_ARCH), arm) ASMFLAGS += -march=armv7-a -mfpu=neon endif