ref: 37fa5f554e81ef7fae826507c1b710eaae900bda
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