ref: 22cc0a88c6e5c3053ba686f78c24c7098f436613
dir: /build/platform-freebsd.mk/
include $(SRC_PATH)build/arch.mk SHAREDLIBSUFFIX = so CFLAGS += -fPIC LDFLAGS += -lpthread ifeq ($(ASM_ARCH), x86) ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f elf64 else ASMFLAGS += -f elf endif endif