ref: 57aae73d4c5cf1a664b9e08bcbb179ede4ddfde6
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