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