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