ref: febb3ebb9ba8ae64a2bb578d8886b7bc476ab058
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