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